Hacker News new | ask | show | jobs
by lsh0 662 days ago
I like to bring up Joker (https://github.com/candid82/joker) whenever there is a discussion of some lisp that is fast and convenient.

Clojure syntax implemented in Go.

I'm not affiliated I just think it's brilliant.

CEIL's example in Joker:

  (prn {:a 1 :b 2 :c 3})
Gist for downloading, installing and executing the above example: https://gist.github.com/lsh-0/f7df23777ef35a8cc3d85e1dcbf0eb...

Executing script took 2.1s overall. Execution of example took 0.007s.