Starcounter-Jack / Addie

A modern Clojure style embeddable Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A modern Clojure style embeddable Lisp

License:MIT License


Languages

Language:C++ 99.5%Language:CMake 0.3%Language:Makefile 0.2%