"Your talk," I said, "is surely the handiwork of wisdom because not one word of it do I understand."
Omnium is
- an ongoing educational project for learning how to write a programming language
- an interpreter written in Ruby
- a gem
- a bicycle
- quite the pancake
Add this line to your application's Gemfile:
gem 'omnium'And then execute:
bundle installOr install it yourself as:
gem install omniumbundle exec omnium hello.om
{:a=>2, :b=>25, :y=>5.997142857142857}After checking out the repo, run make run filename=hello.om to run the example program. Then, run make test to run all the tests or make guard to use guard for testing. You can also run make irb for an interactive prompt that will allow you to experiment.
Bug reports and pull requests are welcome on GitHub at https://github.com/ronanduddy/omnium. Please read CODE_OF_CONDUCT.md for details on our code of conduct.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Brian O'Nolan
- Ruslan Spivak
- Jonathan Blow