Jan-19-2018, 03:25 AM
https://github.com/Almenon/AREPL
![[Image: arepl%20demo.gif]](https://raw.githubusercontent.com/Almenon/AREPL/master/arepl%20demo.gif)
Also availible as a VScode extension
(extension not released yet but I am looking for beta testers and would love to send anyone a alpha build)
I posted it previously on reddit and got some good feedback. People were concerned about infinite loops (so I added F1 to restart) and I disabled bracket matching to prevent accidentily executing code (so if the user was typing os.rmdir("C:\importantFolder .... they don't immediately nuke the folder). Unfortunately I'm not able to disable bracket matching in VSCode .... so I'm not sure how to prevent the user from doing stupid stuff.
![[Image: arepl%20demo.gif]](https://raw.githubusercontent.com/Almenon/AREPL/master/arepl%20demo.gif)
Also availible as a VScode extension
(extension not released yet but I am looking for beta testers and would love to send anyone a alpha build)
I posted it previously on reddit and got some good feedback. People were concerned about infinite loops (so I added F1 to restart) and I disabled bracket matching to prevent accidentily executing code (so if the user was typing os.rmdir("C:\importantFolder .... they don't immediately nuke the folder). Unfortunately I'm not able to disable bracket matching in VSCode .... so I'm not sure how to prevent the user from doing stupid stuff.