Ryan Cotter
Ryan Cotter
This could possibly be fixed by changing the scrFile argument to be compiled in addition to the main buffer code, as opposed to being inserted as preloaded data. For the...
If it's possible to get a list of symbols and functions from nimsuggest, I reckon we can implement ipython's behaviour, ie if you define a built in command within ipython,...
It looks like it might be difficult to do this with cligen and use the `--` parameter. AFAIK, each argument to inim needs to have a corresponding argument in the...
What version of Nim are you running?
I reckon -s works as it should, it loads a source file into the buffer. Users have the option to pipe files into INim and have the piped script run...
Yeah, super keen for that. When I last had a look it only supported the JS backend, but now we can do much much more
Had a crack at this, got segfaults on start: ```nim ... # This goes on for a while above, essentially points the finger at noiser register global: /home/ryan/.cache/nim/inim_d/lib@[email protected] sessionNoAutoIndent__O0k9bD9cizXOF7Novj1bn1Qg register...
Ok, stripped it down so that it worked and I could hotcode reload basic stuff. I hit two issues ``` ### Current Config File ### [History] persistent=True [Style] prompt="nim> "...