This is the Wheeler programming language. It is probably different from other languages you've seen.
There is a REPL that is handy for playing with the language. Just run ./bigwheel
Wheeler doesn't have much implemented yet but you can do some simple things in the REPL such as printing strings or experimenting with transitions (one of the core language features).
There is also an interpreter that you can execute from the command line like so: ./wheeler
There is now a small wiki about Wheeler: https://github.com/built/wheeler/wiki/
Here's a very quick intro to Wheeler: https://github.com/built/wheeler/wiki/7-Minutes-In-Heaven-With-Wheeler-And-Your-Mom
And here's a much older (but more sane) intro to Wheeler: http://www.youell.com/matt/writing/?p=659
- Python 2.7
Easy as 1, 2, 3:
-
git clone git@github.com:built/wheeler.git
-
cd wheeler
-
./bigwheel
I've love your feedback, ideas, and contributions. matt-at-youell-dot-com or @built on twitter.