Show HN: I made a Clojure-like language in Go, boots in 7ms
41–50 of 106 posts
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#42Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#43I think it is brilliant and completely underappreciated :)
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#44Nice! I recently played around with a Lisp syntax for Go semantics: https://codeberg.org/veqq/Joe As far as JVM-free Clojure-like, Janet is really nice. I've been using it in production for a while: https://janet-lang.org/ There's also Fennel if you want the Lua vm and libraries.
Thanks! Joe looks good! As for Janet - never tried it myself but I always thought it's doing its own thing instead of trying to be Clojure.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#45Nice! I recently played around with a Lisp syntax for Go semantics: https://codeberg.org/veqq/Joe As far as JVM-free Clojure-like, Janet is really nice. I've been using it in production for a while: https://janet-lang.org/ There's also Fennel if you want the Lua vm and libraries.
Thanks! Joe looks good! As for Janet - never tried it myself but I always thought it's doing its own thing instead of trying to be Clojure.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#46Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#47Earlier quoted context omitted.
Good question, perhaps I really was just careless. I'll look into fixing the README.
It’s all good. Your project is awesome (and I say this as someone who has done Clojure fulltime for 5 years and nowadays write mostly Go).
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#48Excellent work, thank you for sharing it with us ^_^
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#49So far Lisette (http://lisette.run) seems to be the best/most active version of a compile to Go language out there.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#50Micro nit: it says 7ms cold start and then 6ms just few lines lower.. maybe it gets faster as you read README