Measures Concepts
GitHub icon

Jakt

Jakt - Programming language

< >

Jakt is a programming language created in 2022.

Source code:
git clone https://github.com/SerenityOS/jakt
#536on PLDB 2Years Old

Jakt is a memory-safe systems programming language. It currently transpiles to C++.


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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout