Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 770 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 770 Bytes

juice logo

juice

The juicy programming language

Status: in development Platforms: macOS / Linux

juice is an open-source programming language, currently in development, which is statically typed, has a clean and modern syntax and is easy to use. It is based on LLVM as the code-generating backend. Thanks to its type-system, which ensures memory- and thread-safety, juice prevents many bugs already at compile-time. The syntax and functionality of juice derives from multiple modern languages, like Swift, Rust, C++, and Python.