Of course you can always compile your code to an .exe and run it as any other CLI program. But this section is all about running boo programs directly from memory.
booi utility
booi examples/HelloWorld.boo
To execute a script read directly from stdin:
booi -
