Home

Awesome

🥚 egg Build Status

egg is a stack-based programming language for code golf, not unlike cjam and pyth.

Properties

For a web interpreter and documentation/examples, visit the language homepage.

How to build

Make sure you have Node.js, Yarn and Bower. In the project directory, run:

$ yarn
$ bower install
$ npm start

You may then open www/index.html to see the egg UI.