INim icon indicating copy to clipboard operation
INim copied to clipboard

Interactive Nim Shell / REPL / Playground

Results 26 INim issues
Sort by recently updated
recently updated
newest added

Like https://youtu.be/7WgCt0Wooeo

Made this little change on my local fork, as I wanted to define a triple quote string and couldn't. The current behaviour looks like this: ``` nim> var s =...

help wanted
question

How to reproduce this bug? 1. Open powershell 2. Install inim via `nimble install inim` or clone the master branch and build by `nimble build`, it can be reproduced both...

help wanted
Windows

https://github.com/wheineman/nrpl allows using meta commands, eg: ``` > :help :? - print this help :help - print this help :history - display history :clearHist - clear history :delete n[,m] -...

enhancement

## proposal ``` inim -s:foo.nim -- arg1 arg2 # passes arguments arg1, arg2 to script foo.nim (eg see [1]) cat foo.nim | inim -- arg1 arg2 inim -- arg1 arg2...

ipython3 --help: ``` If you specify the option `-i` before the filename, it will enter an interactive IPython session after running the script, rather than exiting. Files ending in .py...

without unimport (or reimport), there's no way to modify a module once imported

Similar to python's `help()` function, that'd be so good! ``` >>> help echo "Writes and flushes the parameters to the standard output.[...]" ``` I don't know if this is possible...

enhancement
help wanted

this feature is invaluable for debugging: ``` ipython3 --pdb -i tests/python/t01_inim_issue_debug_on_error.py Python 3.6.5 (default, Jun 20 2018, 01:40:23) Type 'copyright', 'credits' or 'license' for more information IPython 6.1.0 -- An...