Live data from Hacker News

Joker: A small interpreted dialect of Clojure written in Go

joker-lang.org

1–10 of 73 posts

Re: Joker: A small interpreted dialect of Clojure written in Go

#4
post #3

This project looks awesome, though I'm a bit sad that "performance" is a non-goal as stated in the README. Clojure being able to compile to a single shippable binary is just what I need in my life. Kudos to the author.

Can do that with Graal these days: https://github.com/BrunoBonacci/graalvm-clojure/blob/master/...

Re: Joker: A small interpreted dialect of Clojure written in Go

#5
post #3

This project looks awesome, though I'm a bit sad that "performance" is a non-goal as stated in the README. Clojure being able to compile to a single shippable binary is just what I need in my life. Kudos to the author.

Have you tried Babashka? https://github.com/babashka/babashka

Re: Joker: A small interpreted dialect of Clojure written in Go

#6
post #3

This project looks awesome, though I'm a bit sad that "performance" is a non-goal as stated in the README. Clojure being able to compile to a single shippable binary is just what I need in my life. Kudos to the author.

Have you tried Babashka? https://github.com/babashka/babashka

babashka also has a performance non-goal
Post reply on HN