-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jellyballs edited this page May 19, 2019
·
10 revisions
Jelly Balls is an online editor designed to easily write code in Jelly Language.
The features include:
- Command palette with all atoms and syntax characters organized by type
- Online parser recognizing literals and 2-byte atoms in the code
- Simplified in-browser Jelly interpreter to run your Jelly code on the webpage in javascript
- Direct links for transferring the code into TIO or another Jelly Balls session
- Automatic hints
- Optimised for mobile devices
Give it a try: https://jellyballs.github.io
- Detailed trace report showing arguments and results of every executed step
- Code report showing description of every step
- Recipes page with Jelly examples
- Interactive code page of 256 Jelly characters