Sunday 10 a.m.–1 p.m. in

AREPL: real-time evaluation of python

Caleb Collins-Parks

Description

[AREPL](https://github.com/almenon/AREPL) is a scratchpad in which debugging, running, and writing your code can all be done at the same time. Whenever you stop typing your code is evaluated and the output is shown. But not just the output - your local variables are saved for inspection as well. Update the code, and the values seamlessly change. Even if you make a mistake, you will still get the state of your variables right before, along with the error and stack trace. **Other Features:** * Availible as a [VSCode Extension](https://github.com/almenon/AREPL-vscode) * human-readable display of certain types, like dates. * Automatic restart for GUI development * Ability to 'save' a section so it only runs once ---------- **Links:** [https://github.com/almenon/AREPL](https://github.com/almenon/AREPL) | [https://tinyurl.com/areplVid1](https://www.youtube.com/watch?v=GxryBUukTyM)