|
|
|
|
|
by capableweb
2209 days ago
|
|
Thanks :) My point being, if you wanted to execute the following code: https://github.com/cjsaylor/chessbot/blob/11e1059aa77fed84d2... You probably wouldn't be able to, without restructuring how you're handling your state that is being used there. A REPL driven made program usually is made that the runtime carries the state and exposes it, so you could just select that part and run it, and see the output of it. I'm guessing delve is more like a traditional debugger that steps through each line, rather than an REPL, correct? |
|
I may be misunderstanding the "true" REPL development here, but I think the points laid out by the article seems to match my experience to a degree.