AREPL alpha v5
Requirements:
Installation:
- Download
- Unzip folder
- Launch arepl.exe
Features:
- Real-time evaluation of code
- Collapsible display of local variables
- Instant display of errors with stack trace
- Breakpoints
- Sublime key-bindings
see it in action:
Changelog:
Implemented enhancements:
- resizeable editor #42
- better display of regex match objects #38
- Added #$save command for "saving" the code above it (so it doesn't get re-evaluated every time you type).
This feature is buggy so beware. #30
Fixed Bugs
- Restart (via F1) was broken
Dev Enhancements:
- Log execution time #39
- Refactored python evaluator
Mac / Linux user?
I don't have a build ready for mac yet, sorry. The linux build is probably broken as well. If you really want to try it out you can clone the repository and follow the developer instructions in the readme