What does HackerNews think of lisp-in-go?
A Common Lisp-like Lisp-1 in Go with TCO and partially hygienic macros
Language:
Go
My Z3S5 Lisp[1] is rather big, it's intended to integrate well into Go programs, but it's based on the 1-page Nukata Lisp[2]. Go creates much larger binaries than C, though.
[1] https://z3s5.com/ [2] https://github.com/nukata/lisp-in-go
Maybe you could just use a golang implementation of lisp, given its plan9 support. Mb this is good? https://github.com/nukata/lisp-in-go
>Why do you need to build them
Many of the projects I referred to are not "QL Compatible"
[1] https://github.com/nukata/lisp-in-go
[2] https://github.com/pixie-lang/pixie
[3] https://github.com/candid82/joker (Clojure like)
[4] https://janet-lang.org/ (more Clojure like than lisp like, but still brilliant and very polished )