-
Notifications
You must be signed in to change notification settings - Fork 150
Tutorials
rollynoel edited this page May 28, 2013
·
39 revisions
Here are some tutorials and other introductions to using boo: Tutorials on this site
- The boo manifesto by its creator, Rodrigo B. de Oliveira
- The boo Language Guide - list of pages covering stuff not yet covered in other tutorials
- Boo Primer - a reference/tutorial on programming concepts in boo, by Cameron Kenneth Knight
- Hello Boo - a beginner tutorial - by Arron Washington
- Advanced Tutorial, Learning Boo Kung-Fu - by Arron Washington
- Sample GTK-SHARP application - by Arron Washington
- Differences with Python
- Differences with C#
- Boo as an embedded scripting language - by Arron Washington
- A basic guide to unit tests in Boo