Email or username:

Password:

Forgot your password?
(λ. borkdude)

In #squintcljs keyword calls like `(:foo x)` are compiled to `(get x "foo")`. This is why you can use `(:foo x)` instead of writing the interopsy `(.-foo x)`, making interop, if you squint real hard, seem more Clojury!

#clojure #clojurescript

1 comment
Go Up