dol 0.8.1

DOL (Design Ontology Language) - A declarative specification language for ontology-first development
1
2
3
4
5
6
7
// Hello World - Clean DOL
// Effects are inferred automatically by the compiler.

fun main() {
    print("Hello from DOL!")
    println("Effects are inferred automatically.")
}