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

Jakt

< >

Jakt is a programming language created in 2022.

#364on PLDB 2Years Old
Download source code:
git clone https://github.com/SerenityOS/jakt

The Jakt Programming Language


Example from the web:
function main() { let x = ("a", 2, true) println("{}", x.1) }
Example from Compiler Explorer:
function square(num: i32) -> i32 { return num * num } function main() { return square(num: 3) }
Example from hello-world:
function main() { println("Hello World") }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ println

View source

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