An embedded scheme interpreter in Rust
-
Updated
Dec 5, 2024 - Rust
Lisp is the second-oldest high-level programming language in widespread use today. It was originally created as a practical mathematical notation for computer programs. Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, and the self-hosting compiler.
An embedded scheme interpreter in Rust
A Rust-embeddable Lisp, with support for interop with native Rust functions
Orion is a high level, purely functional programming language with a LISP based syntax.
An experimental Lisp-like programming language
Indentation-based ClojureScript dialect in Rust and compiling to JavaScript ES Modules
An embeddable Scheme R7 Compiler & Runtime written in Rust
A lisp JIT compiler and interpreter built with cranelift.
An interpreted language written in Rust inspired by the Lisp family of languages.
A VM-based runtime environment for functional programming languages
Educational project: How to implement a Lisp interpreter in Rust?
🖨 An optimizing compiler for a Lisp variant. Compiles and executes byte code in a VM. Can also output JavaScript.
Created by John McCarthy
Released 1958