ClojureScript Reflection

2012-04-26 Thread Sean Nilan
Hi, I was wondering what support there is in ClojureScript for reflection. Is there any way to get a constructor function from just the name of the record / class? ClojureScript doesn't have support for reading in records from a string like Clojure does. Basically what I'd like to do is: (defr

Re: ClojureScript Reflection

2012-04-26 Thread David Nolen
Just hasn't been implemented yet. Patch welcome :) On Wed, Apr 25, 2012 at 3:18 AM, Sean Nilan wrote: > Hi, I was wondering what support there is in ClojureScript for reflection. > Is there any way to get a constructor function from just the name of the > record / class? ClojureScript doesn't ha