Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

owen-lang

< >

owen-lang is a programming language created in 2019 by Paw Møller.

#1525on PLDB 5Years Old
Download source code:
git clone https://github.com/pawwkm/owen

An imperative, statically but weakly typed systems programming language with manual memory management.


Example from the web:
// 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

Language features

Feature Supported Token Example
Print() Debugging ✓ print
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io