Hacker News new | ask | show | jobs
by didibus 1 day ago
I believe this is the most promising Clojure hosted on Go, as their has been a few recently, this is the only one with full proper interop.
1 comments

https://github.com/nooga/let-go has been making huge leaps in terms of perf and interop since its launch.
Has something changed since you last told me:

> I think Gloat/Glojure has the best hosted runtime story because of its AOT to Go src pipeline - you can grab anything Go at compile time. OTOH let-go can roundtrip any Go value including structs, functions and channels but it does not allow pulling arbitrary go libs without wrapping them up first - they'd need to be built into the runtime for this.