built/wheeler
{ "createdAt": "2010-06-15T16:57:13Z", "defaultBranch": "master", "description": "Wheeler is a programming language", "fullName": "built/wheeler", "homepage": "", "language": "Python", "name": "wheeler", "pushedAt": "2013-09-14T20:32:34Z", "stargazersCount": 45, "topics": [], "updatedAt": "2025-08-22T16:43:26Z", "url": "https://github.com/built/wheeler"}What’s going on here?
Section titled “What’s going on here?”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
Reading
Section titled “Reading”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
Requirements
Section titled “Requirements”- Python 2.7
How do I install and run this?
Section titled “How do I install and run this?”Easy as 1, 2, 3:
-
git clone git@github.com:built/wheeler.git -
cd wheeler -
./bigwheel
Feedback
Section titled “Feedback”I’ve love your feedback, ideas, and contributions. matt-at-youell-dot-com or @built on twitter.