Hacker News new | ask | show | jobs
by marcingas 1 day ago
https://github.com/nooga/let-go has been making huge leaps in terms of perf and interop since its launch.
1 comments

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.