资 源 简 介
This project has been subsumed into the Pigeon Computer project.
Please visit:
* http://thinkpigeon.blogspot.com/
* https://github.com/PhoenixBureau/PigeonComputer
Xerblin is a completely general Human-Computer interface.
It provides a single metaphor for interacting with computers that"s simple enough to teach to children yet provides facilities that are useful to advanced programmers. It can integrate all levels of software from the Desktop to assembly language.
There are three basic user-facing elements to a Xerblin system.
Stack - a place to put objects for user manipulation. This is similar to a Clipboard but it can hold more than one item at a time. Commands operate on the items on the Stack.
Dictionary - a place to keep commands. Any command that is inscribed in the Dictionary can be run from the user interface.
Interpreter - A very simple command interpreter that takes care of running c