Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Jakt

Jakt - Programming language

< >

Jakt is a programming language created in 2022.

#561on PLDB 1Years Old 2.2kUsers
0Books 0Papers

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
sqlalchemy.html · jakt.html · plain-english.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com