TLDR: He hated the Java part of Clojure
I spent a lot of time in jvm land though, a few years of nights and weekends, but I finally learned that it wasn’t for me.
I’m a C (or rust or llvm or what have you, wasm?) person, not a jvm person.
Again, this is just my preference. YMMYV
There are a few projects that try todo this like this one: https://github.com/mattn/golisp
But it seems abandoned.
I've done a runtime lisp, but it felt like programming a lisp isolated from everything that made Go, well, Go. I've done a simple lisp to generate Go AST to do codegen pre-1.18, but that's not a complete program.
I haven't found the place yet that feels quite like Clojure.