Robusta is a basic programming language based on java, it was designed for learning the basics of software programming without the hasle of the advanced principles and hard configurations.
Robusta needs the two following dependecies in order to work properly:
Make sure that you have a recent jdk version installed in your computer :
javac -version
javac 11.0.2
⭐ The version here is 11.0.2
which is greater than v8 👍
- Download the latest version of robusta.jar
- Download the latest version of VSCODE and install it.
- Download the robusta vscode extension
- Set the absolute path to the robusta.jar archive in vscode settings (VSCODE > Settings > Extensions > Robusta).
We welcome all kinds of contributions, please feel free to contribute here.
MIT