Skip to content

0.4.0

Compare
Choose a tag to compare
@AndreiRegiani AndreiRegiani released this 04 Aug 03:53
· 101 commits to master since this release
  • Ctrl-C no longer exits INim, now it breaks/clears the current statement (similar to ipython / bpython). Use exit or quit() instead
  • Discard shortcut: support complex expressions, e.g. fmt"{var}" (import strformat)
  • Discard shortcut: support functions returning values
  • Discard shortcut: type is colorized to yellow, to differentiate from the value
  • Exception errors: display one relevant line of the error message, but when import or -s display more of the stack trace
  • (Internal) src/embedded.nim contains code copied into user's REPL session, possibly use this for special commands
  • Prompt symbol shortened to nim>, indentation symbol changed to ...., both aligned