Glojure: Clojure interpreter hosted on Go, with extensible interop support
1–10 of 72 posts
Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#2other related packages: https://joker-lang.org/ https://github.com/nooga/let-go
Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#3 (->> "you"
strings.ToUpper
(fmt.Sprintf "hi %s"))
(doto "hi"
fmt.Println
fmt.Println
fmt.Println)Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#4The 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
#5Go hosted in Clojure: clogo?
Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#6Clojure hosted in Go: glojure Go hosted in Clojure: clogo?
Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#7Clojure hosted in Go: glojure Go hosted in Clojure: clogo?
Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#8Clojure hosted in Go: glojure Go hosted in Clojure: clogo?
Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#9Re: Glojure: Clojure interpreter hosted on Go, with extensible interop support
#10Clojure 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