How explain why Python is easier/nicer than Lisp which has a simpler grammar/syntax?

Christian Seberino cseberino at gmail.com
Thu Aug 6 23:07:05 EDT 2020


Some problems are well suited to recursion but perhaps //most// problems are better suited to iteration?

Maybe the spread is 10% vs 90%?

Therefore in general more often the Python way seems simpler than Lisp?


More information about the Python-list mailing list