Live-coding Blender with Hylang.
Tested on GNU/Linux and OSX.
On OSX add alias to use Blender from the command line:
alias blender="/Applications/blender.app/Contents/MacOS/blender"
./install-dependencies.sh
to install the Hy-lang dependencies in a place where Blender's internal Python can find them../blender-livecode.sh examples/one-hundred-cubes.hy
to start Blender watching one-hundred-cubes.hy and re-loading it whenever it changes.