Skip to content
/ misp Public

Micro Lisp exercise implementation in C aimed at achieving bare minimal Lisp support

License

Notifications You must be signed in to change notification settings

karolciba/misp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MISP

Introduction

MIcro liSP (or Mosty Impractical liSP or bare MInimum liSP) is an exercise in LISP implementation aimed at obtainig minimal feature set that will allow to boostrap more complex features.

Highly influenced by Lisp in Less Than 200 Lines in C and Make a Lisp and Lispy.

It's third (or fourth, or who would count) versions being developed currently. With goal of initial implementation in Python, followed by C. Then refactored as library, so it can possibly serve as a scripting engine in other projects.

Older version is available online on Misp on Repl.it.

TODO List

  • exceptions

About

Micro Lisp exercise implementation in C aimed at achieving bare minimal Lisp support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages