Skip to content

tiagofabre/mal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple lisp implementation in C that supports basic arithmetic functions

mal-user> (+ 4 1 (* 2 (/ 7 (- 5 500 50))))
5

How to build and run

cc nob.c -o nob && ./nob && ./build/mal

About

mal - Make a Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%