mjul / rust-lisp-interpreter

A Lisp interpreter, in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Lisp interpreter, in Rust.

This Lisp follows the McCarthy article from 1960 quite closely with a few minor changes of syntax to simplify things (no dotting of pairs and no spaces in atoms).

References

Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I by John McCarthy, MIT, Cambridge, Mass. USA, April 1960. Available as PDF.

About

A Lisp interpreter, in Rust

License:MIT License


Languages

Language:Rust 100.0%