Scheme and Lisp
vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
PicoLisp is an open source Lisp dialect. It is based on LLVM and compiles and runs on any 64-bit POSIX system. Its most prominent features are simplicity and minimalism.
Luml is a type-inferred ML-style language that cross-compiles to Lua
An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.
Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
Try s7 scheme in your browser, powered by WebAssembly