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

owen-lang

< >

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

Source code:
git clone https://github.com/pawwkm/owen
#1535on PLDB 5Years Old

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 625 · feedback@pldb.io