|
|
|
|
|
by VorpalWay
113 days ago
|
|
In what situations would a non-interactive language be a non-starter? I have never felt that I missed having a REPL when coding C++ or Rust. The only reason it is even useful in python is that the type info is laughably bad, so you need to poke things interactivly to figure out what shape of data you should even expect. (I'll take strong static typing every day, it is so much better.) |
|