A Modern Type-Safe Programming Language
Website |
Documentation |
Downloads |
Discord |
Jira Board
We use GitLab as our development repository
Note: Currently Loop is still in its early development stages. There are loads of bugs, missing features and it is simply a unfinished project.
Want to try Loop, you have two options:
- Go to downloads.looplang.org, and download the latest version.
- Go to try.looplang.org, and try the online version of Loop running on Wasm.
On the website there is a comprehensive guide on how to start using the language.
If you want to contribute to Loops growth; Choose one of the four projects. In the repositories are more instructions to get started. Go to our Jira to see the current tasks relating all the projects.
Project | Description |
---|---|
loop | Encompassing package |
Picasso | Loop to Arc parser |
Vinci | Arc to AST parser |
Sanzio | Compiler |
Take a look at the Development Guidelines, these are essential when you want to contribute.
We created a roadmap for Loop, this is to remind ourselves of the goal that we are working towards.
These are in chronological order, but we might alter a bit:
- First release: V0.1.0 (About Febuari 2022)
- JIT Compiling (Just-in-time)
- Type-safety
- Foreign Function Interface
- Python cross compatibility
Go to the website for more information.