An example application demonstrating the 'emerge' programming idea.
This calculator allows the user to type and in real-time, the result 'emerges' pretty much from first principles.
emerge is a way of writing code based around cause and effect. Small (tiny!) blocks of code define things or 'effects' which are dependent on causes.