Skip to content

P1X3R/crisp

Repository files navigation

Crisp

An interpreter for a custom, minimalist Lisp subset written in Haskell.

Example

(define square (lambda (x) (* x x)))
(square 5)
; => 25

Development

This project uses Git Cliff for changelog generation and follows Conventional Commits.

License

BSD-3-Clause - See LICENSE for details.

About

An interpreter for a custom Lisp subset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors