ajkachnic / neptune

A small lisp written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neptune

A small lisp written in C

Dependencies

neptune uses editline, so you may have to install it on your system.

For example, you can install it on Ubuntu with sudo apt install libedit-dev

I may eventually use the preprocessor to polyfill it, but that day has not come yet.

About

A small lisp written in C

License:MIT License


Languages

Language:C 97.2%Language:Makefile 2.8%