Here is a gist of what statics look like: http://gist.github.com/432465
David
On Sat, Jun 12, 2010 at 12:09 PM, David McNeil wrote:
> David - Thanks for the tips on definterface and the new statics
> feature. I will need to look into these because I am not familiar with
> either. What is the dif
Hi,
Am 12.06.2010 um 18:09 schrieb David McNeil:
> What is the difference between gen-interface and definterface?
definterface is a convenience function which just calls gen-interface and
imports the resulting interface.
Sincerely
Meikel
--
You received this message because you are subscrib
David - Thanks for the tips on definterface and the new statics
feature. I will need to look into these because I am not familiar with
either. What is the difference between gen-interface and definterface?
Thanks.
-David McNeil
--
You received this message because you are subscribed to the Googl
On Sat, Jun 12, 2010 at 11:21 AM, David McNeil wrote:
> As near as I can tell the protocol type hints are not used in the
> resulting Java interface. For example:
>
> (ns demo.impl.boat)
>
> (defprotocol Boat
> (go [boat ^int distance]))
You can't put type hints on protocol methods, at least as