Skip to content

Connery is an experimental lisp themed after veteran actor Sean Connery.

License

Notifications You must be signed in to change notification settings

willcipriano/Connery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connery is a experimental lisp-like interpreted programming language that is somewhat themed after veteran actor Sean Connery.

ConneryLang.org

Building and running 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

Documentation

All documentation is located at ConneryLang.org

Credits

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.

GitHub tag (latest by date) GitHub code size in bytes Website Travis (.org)