Re: creating classes in Clojure

2009-08-10 Thread Kyle R. Burton
On Mon, Aug 10, 2009 at 10:31 PM, fft1976 wrote: > > Is there a way to create a Java class (not instance) in Clojure > without writing actual Java? e.g. > > public class person { >  public string name; >  public int num_children; >  public double weight; > } Yes, tho perhaps not according to the

creating classes in Clojure

2009-08-10 Thread fft1976
Is there a way to create a Java class (not instance) in Clojure without writing actual Java? e.g. public class person { public string name; public int num_children; public double weight; } --~--~-~--~~~---~--~~ You received this message because you are subscr