Skip to content

Starcounter-Jack/Addie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages