Jam IDE is designed to make programming accessible and fun. Write
code in the Jam language and see it instantly compiled to
JavaScript.
Quick Start: Try writing
print "Hello, World!" and click Run to see it in
action.
Smart Autocomplete: Press Ctrl+Space to see
available Jam commands as you type.
See the JavaScript: Click "Compile to JS" to
see how your Jam code translates to JavaScript.
Learn as you go: The error messages will help
you understand and fix issues in your code.