2 releases

0.1.51 Jul 20, 2023
0.1.5 Jul 20, 2023

#232 in Programming languages

35 downloads per month

Apache-2.0

96KB
2.5K SLoC

JKL Programming Language

Open source programming language written in Rust. ( v0.1.5 )

Visit our Documentation Website.

Contact us on Discord.

Installation

Download and install Rust and Cargo if you don't have them and then clone this repository. create file main.jkl in the root.
main.jkl


print "Hello World!";

you can run the code using cargo:

cargo run main

Read The Docs

Dependencies

~780KB
~14K SLoC