timotheecour / D_vs_nim

comparison of D vs nim
Apache License 2.0
61 stars 14 forks source link

Nim REPL #29

Open jabbalaci opened 5 years ago

jabbalaci commented 5 years ago

I think INim is the most promising REPL for Nim: https://github.com/AndreiRegiani/INim . Maybe you could add it.

timotheecour commented 5 years ago

i thought i mentioned it already; PR accepted. 1 issue with inim is its not a true repl, as entire code is reexecuted (under the hood) after each line

jabbalaci commented 5 years ago

I didn't look at the source code of nrpl, but I think it does the same. There is a proposal to make Nim suitable for interactive programming. @onqtam is working on it.