blob: 113cf4db9bf8d94d08ed8e49e5b0ff072a47fb6b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Tomo - Tomorrow's Language
Tomo is a programming language designed to anticipate and influence the
language design decisions of the future.
```
say("Hello world!")
```
Check out the [test/](test/) folder to see some examples.
|