Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
/ SimpleLisp Public archive

A small Lisp implementation based on John McCarthy's 1960 paper "Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I"

License

Notifications You must be signed in to change notification settings

solomon-b/SimpleLisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleLisp

A small Lisp implementation inspired by John McCarthy's 1960 paper Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I

How to use

# Interactive Repl
simpleLisp -i

# Run a file from disk
simpleLisp -o /path/to/lisp/script

# Interpret a lisp expression
simpleLisp -e "Some quoted lisp expression"

TODO

  • Implement let using ReaderT
  • Testing
    • QuickCheck Arbitary Instance
    • Test parsing by generating random ASTs and parse their show value

About

A small Lisp implementation based on John McCarthy's 1960 paper "Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published