335 B
335 B
Tomo - Tomorrow's Language
Tomo is a programming language designed to anticipate and influence the language design decisions of the future.
func greeting(name:Text)->Text
greeting := "hello {name}!"
return greeting:title()
>> greeting("world")
= "Hello World!"
Check out the test/ folder to see some examples.