The Future of Toucan – Part 2
The Command Line
The other main weak point in Toucan is the command line interface, mainly because it breaks, a lot. So whilst reworking the scripting system I also decided to redo the command line interface.
To take advantage of the new scripting system the new command line interface is a front end to the script system itself, for example to enter a script you do the following:
toucan --script="print(2 * 10)"
- Read more about The Future of Toucan – Part 2
- Steve Lamerton's blog
- Log in or register to post comments