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