Measures Concepts
GitHub icon

owen-lang

owen-lang - Programming language

< >

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

Source code:
git clone https://github.com/pawwkm/owen
#1334on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout