Has really no one created a LISP syntax frontend for the Rust compiler, or is my google fu just failing me?
Has really no one created a LISP syntax frontend for the Rust compiler, or is my google fu just failing me? 3 comments
@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 |
@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.