Email or username:

Password:

Forgot your password?
Arne Brasseur

Has really no one created a LISP syntax frontend for the Rust compiler, or is my google fu just failing me?

3 comments
Rommudoh

@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.

Arne Brasseur

@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.

Go Up