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
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