owen-lang is a programming language created in 2019 by Paw Møller.
git clone https://github.com/pawwkm/owen
#1330on PLDB | 4Years Old |
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 |