|
|
|
|
|
by HexDecOctBin
646 days ago
|
|
Janet has a way to break into REPL, but AFAIK no way to restart (a la condition system). Fennel has something a bit more robust (assert-repl) and it can restart, but can only return a single value from the REPL, which often creates more errors downstream. |
|