Connery is a experimental lisp-like interpreted programming language that is somewhat themed after veteran actor Sean Connery.
The best way to get up and running is clone this repo and allow the Dockerfile to pull all the dependencies for you. This method will drop you right into the Connery REPL.
1. git clone https://github.com/willcipriano/Connery.git
2. cd Connery
3. docker build --tag connery .
4. docker run -it connery
All documentation is located at ConneryLang.org
Connery is based on the work of Daniel Holden, his fantastic book Build Your Own Lisp and library mpc. It is also inspired by ArnoldC as well as countless other joke programming languages. It was created by Will Cipriano.