I thought there was some minor magic to get types in there though, wasn't
that one of the interesting things Rich pointed out at a recent NYC Clojure
meetup (Sept, maybe)?
Dave
On Nov 5, 2010 10:59 AM, "Kevin Downey" wrote:
> for defining an interface you should use definterface
>
> On Fri, Nov 5
for defining an interface you should use definterface
On Fri, Nov 5, 2010 at 4:18 AM, Jeff Rose wrote:
> Hi,
> I'm trying to define an interface for our automated import system
> written in Clojure so that we can use parsers implemented in Java. So
> far everything works great, but I'm wonderin
Hi,
I'm trying to define an interface for our automated import system
written in Clojure so that we can use parsers implemented in Java. So
far everything works great, but I'm wondering if there is any way to
get types into the method signatures in the interface. For starters I
created a simple