The Jule Programming Language

3 pointsposted 18 days ago
by todsacerdoti

1 Comments

mertcandav

18 days ago

Hi, I'm the author and maintainer of Jule.

Thanks to todsacerdoti for sharing the project here, much appreciated.

For some context: Jule is a general-purpose programming language with a strong focus on systems programming. It explores a different balance between simplicity, performance, and safety, without aiming to replace existing languages, and treats interoperability with existing C and C++ codebases as a first-class design goal.

The project is still evolving, and I'm actively refining both the language and the compiler. The source code is available at https://github.com/julelang/jule

Honest technical feedback, critique, or questions are very welcome.