$ nimble install inim
- Runs on Linux, macOS and Windows
- Auto-indent (
if,for,proc,var, ...) - Arrow keys support (command history and line navigation)
- Prints out value and type of discarded expressions:
>>> x - Uses current
nimcompiler in PATH - Runs in the current directory:
importyour local modules (access to exported* symbols) - Preload existing source code (access to non-exported* symbols):
inim -s example.nim - Colorized output
Pull requests and suggestions are welcome.

