Experimental live-coding environment.
Execute code in real time and interact with the environment through the Code and Console panels.
Install Red.
Run EmptyCore.
red EmptyCore.redCode is executed automatically while editing.
Press ∞ in the Code panel to stop automatic execution.
When automatic execution is stopped, errors are shown in the Console panel.
Press Cmd-B or click Code in the Console panel to execute code manually.
The source code of EmptyCore can be viewed and modified while the application is running.
Changes take effect immediately.
Be careful when modifying the source code.
Use the Tree panel to manage files.
Be careful when deleting files with the remove dialog.
Variables remain defined until EmptyCore is closed.
Commenting out a variable definition does not remove the variable from memory.
The ask and input functions are not yet implemented.
Design/Art/Code: Aliaksandr Veledzimovich
