Re: cljs: dynamic/reflective calls

2012-11-26 Thread Karl Krukow
Ah :) Cheers, - Karl On 26/11/2012, at 23.03, David Nolen wrote: > You can use `aget` for that. > > (aget object "someProperty") > > David > > > On Mon, Nov 26, 2012 at 5:00 PM, Krukow wrote: > Continuing my exploration of ClojureScript.. I'm writing a small query > language. The syntax con

Re: cljs: dynamic/reflective calls

2012-11-26 Thread David Nolen
You can use `aget` for that. (aget object "someProperty") David On Mon, Nov 26, 2012 at 5:00 PM, Krukow wrote: > Continuing my exploration of ClojureScript.. I'm writing a small query > language. The syntax consists of data structures like > > [:button {:name "Login"}] > > In general maps are