-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JamPlus is a simple easy to use language, with very simple commands. It is written in HTML5, JS and CSS, without the help of Node JS or NPM. It is a sequel to Jam, which is written in Node JS, but in order to convert it over to HTML5, I would've needed to done more work than just creating a new version. The site can be found here at: https://mamamia5x.github.io/JamPlus-Compiler/ The Beta Version, which is where I test new features, can be found here at https://JamPlus.mamamia5x.repl.co
Documentation is here.
JamPlus is made to be easy to use, and easy to learn. It's a starter language, meant for people who are starting to code. It's also very easy to edit and easy to add commands to, so others can also make custom commands that work with the language as well.
It's very simple, the compiler reads the script written line by line, and it basically translates the script to javascript, and then it runs the script. All the code is stored locally, and it isn't sent anywhere else.