Jura is a interpreted programming language focusing on simplicity and user experience.
Jura is currently under development and the interpreter is not yet finished.
There is no working parser so there is no way to execute code.
git clone https://github.com/HeavyLvy/jura.gitcd jura && python3 -m venv venvFor Linux:
source venv/bin/activateFor Windows:
venv\Scripts\activatepip install -r requirements- Python >= 3.12
- Git
the name Jura comes from the Jura mountain range located in Europe.