Skip to content
/ plic Public

A tiny, minimal LISP interpreter written in Rust.

Notifications You must be signed in to change notification settings

nickbnf/plic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plic - a tiny, minimal LISP interpreter written in Rust

Overview

plic is a minimal implementation of a LISP-like language sharing a lot of its design with Scheme.

It is not intended to be widely useful, and is purely intended as an exercise for myself to understand the mechanisms for evaluating functional expressions and experiment around language design. Oh and to learn Rust as well!

About

A tiny, minimal LISP interpreter written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages