Skip to content(if available)orjump to list(if available)

Titania Programming Language

Titania Programming Language

5 comments

·September 14, 2025

loumf

Looking at your source, I was introduced to Odin -- now I want to hear a lot more about that.

khaledh

He is also the creator of Odin :)

__d

Clever name.

It'd be nice to see some discussion of the motivation for its departures from Oberon07.

fijiaarone

A modest proposal…

Instead of having println() or it’s equivalent in your programming language, add a new special character that denotes a newline after a string:

print(“Hello world”.)

ruslan

No pointers ?