Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.06 KB

Addie

⚠ DEVELOPMENT HAS JUST BEGUN. ⚠ DOES NOT WORK YET!

A modern clojure style embeddable Lisp.

1. For those liking Clojure but don't want the overhead of Java
2. Fast, small and embeddable
3. Simple single threaded isolates for simple embedding
4. Supports vertical parentheses to relax your brain 🍺


Building and running

Just run make to build. You can also optionally use CMake.

Linux
$ mkdir ~/addie
$ cd ~/addie
$ git clone https://github.com/Starcounter-Jack/Addie.git ./
$ make
$ ./addie
OS X

You can use the same instructions as for the Linux build. Optionally, you can use CMake to create a XCode project

$ cmake -G Xcode
Windows

We will make sure that Addie compiles using the Microsoft compiler and Visual Studio.