Live data from Hacker News

Glojure: Clojure interpreter hosted on Go, with extensible interop support

github.com

1–10 of 72 posts

Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support

#2
Clojure hosted on Go is something that I really hope gets more attention. Clojure being built on top of Java is a fine decision, but I would love to use clojure to compose the ever growing library of stable packages that exist in the Go ecosystem.

other related packages: https://joker-lang.org/ https://github.com/nooga/let-go

Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support

#4
I get "panic:" at the REPL once it loads. :(

The implementation of the [HAMT][1]-based vector in Go is [interesting][2].

[1]: https://infoscience.epfl.ch/server/api/core/bitstreams/f66a3...

[2]: https://github.com/glojurelang/glojure/blob/main/internal/pe...

Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support

#10

Clojure hosted on Go is something that I really hope gets more attention. Clojure being built on top of Java is a fine decision, but I would love to use clojure to compose the ever growing library of stable packages that exist in the Go ecosystem. other related packages: https://joker-lang.org/ https://github.com/nooga/let-go

Doesn’t the Java ecosystem have even more stable packages?
Post reply on HN