nrpl
nrpl copied to clipboard
Nim REPL
/cc @wheineman * uses parseopt to allow --cc:clang at runtime (no need to recompile sources) * fixes some deprecations * added .gitignore * fixes https://github.com/wheineman/nrpl/issues/15 * workaround for https://github.com/wheineman/nrpl/issues/16 *...
forked [https://github.com/newmentos/nrpl](url)
specific to OSX ``` brew install tcc nimble install nrpl nrpl > echo 1 /usr/lib/crt1.o: error: unrecognized file type tcc: error: file 'crt1.o' not found tcc: error: file 'crti.o' not...
see https://github.com/AndreiRegiani/INim/issues/4
nrpltmp.nim: ```nim proc foo()=echo "bar" foo() #should not persist for i in 0..2: foo() #should not persist import times let time1=1 echo 1, "asdf" #last entry, won't be persisted (ok)...
Hi. I tried to compile this app, but compilation was excepted: ``` $ nim -d:release c nrpl.nim Hint: used config file '/etc/nim.cfg' [Conf] Hint: system [Processing] Hint: nrpl [Processing] Hint:...
There are a bunch of deprecation warnings involving the re module, but the one error that arises in compiling with 0.12.0 is the map function, which has been moved to...