Koans

In the style of Ruby Koans, Tomo comes with an interactive tutorial for learning the language: Tomo Koans

To run the tutorial, first install Tomo then clone the repository for Tomo Koans and run the main program:

git clone https://code.bruce-hill.com/Bruce/tomo-koans

cd tomo-koans

tomo koans.tm

The tutorial will walk you through learning many of the language’s core features. Once you’ve finished the tutorial, you can head to the learning page to find more resources about the language.