|
|
|
|
|
by raspasov
1854 days ago
|
|
(I use mostly Clojure) It's not even only about the syntax. The Python environment, as far as I understand (and please correct me if I'm wrong), does not support re-definitions very well. Some things can be re-defined, but some cannot. So that's a problem in itself which makes REPL-driven development not very useful in Python. |
|