Inspired by Interactive Programming in C, this is a quick proof-of-concept to provide the same functionality in Nim.
Just clone the repo and run
make && cd bin && ./main
Then you can make changes to hello.nim
, run make
again, and see the changes magically appear in the running app.