Hacker News new | ask | show | jobs
by piranha 4777 days ago
No, to get foo["bar"]() in CLJS you write ((:bar foo)). :bar in this case is a function, which returns a value by a key ":bar" from "foo", it's not a property.