|
|
|
|
|
by dill_day
5190 days ago
|
|
I skimmed documentation of Python after people told me it was fundametally similar to Lisp. My conclusion is that that is not so. When you start Lisp, it does `read', `eval', and `print', all of which are missing in Python. Could someone explain what he means? (Did Python not have a repl when he wrote that?) |
|