Skip to content

AREPL alpha v2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Almenon Almenon released this 22 Aug 16:04
· 149 commits to master since this release

Requirements:

Installation:

  1. Download
  2. Unzip folder
  3. 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:

Alt Text

Changelog:

New features:

#7 Open and save file

Fixed following issues:

#11 Unhandled exception when creating CSV reader
#12 RecursionError when using locals
#13 buggy stdout display
#14 python file open error on mac
#15 wrong version of python used on mac