|
|
|
|
|
by josteink
4777 days ago
|
|
The coolest thing about :keywords in Clojure ... don't work in Wisp. Ok. That sucks. So pretty much anyone already a bit serious about Clojure wont be enticed by this then. Edit: From the page: ;; Keywords can be invoked as functions, that desugars to plain
;; associated value access in JS
(:bar foo) ;; => foo["bar"]
That seems pretty close to what's expected though, doesn't it? |
|