owen-lang is a programming language created in 2019 by Paw Møller.
#1470on PLDB | 5Years Old |
git clone https://github.com/pawwkm/owen
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 | Example | Token |
---|---|---|---|
Print() Debugging | ✓ | ||
Comments | ✓ | // A comment | |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |