/lispy

A lisp-like programming language and some libraries.

Primary LanguageC

lispy

A lisp-like programming language and some libraries.

Use Guide

$ yum install readline-devel -y

$ git clone https://github.com/JmilkFan/lispy.git
$ cd lispy
$ gcc -g -std=c99 -Wall lispy.c mpc.c lvalues.c lenv.c lbuiltins.c -lreadline -lm -o lispy

$ ./lispy
Lispy Version 0.1
Press Ctrl+c to Exit

lispy> load "samples/hello.lspy"
"hello world."

Documents & Blog