@plexus You mean, like Hy for Python, or Fennel for Lua?
I did find a few Lisp interpreters written in Rust, but that might not be what you meant.
@rommudoh yeah exactly, I'm not looking for an interpreter, just a sexp based syntax for Rust, so I can develop memory safe native applications using a more reasonable syntax.
@plexus There's a #Clojure #transpiler that can target #Rust: https://github.com/echeran/kalai
@rommudoh yeah exactly, I'm not looking for an interpreter, just a sexp based syntax for Rust, so I can develop memory safe native applications using a more reasonable syntax.