owen-lang is a programming language created in 2019 by Paw Møller.
#1395on PLDB | 4Years Old | 13Users |
0Books | 0Papers |
An imperative, statically but weakly typed systems programming language with manual memory management.
// An imperative, statically but weakly typed systems programming
// language with manual memory management.
namespace Hello.Owen
function main
output i32
print("Hello World\n")
return 0
end
Feature | Supported | Token | Example |
---|---|---|---|
Print() Debugging | ✓ | ||
Comments | ✓ | // A comment |
|
Line Comments | ✓ | // | // A comment |
Semantic Indentation | X |