How explain why Python is easier/nicer than Lisp which has a simpler grammar/syntax?
Christian Seberino
cseberino at gmail.com
Fri Aug 7 14:02:50 EDT 2020
> In Lisp, your hammer is the list.
> In, say, Java, your tool is classes and inheritance.
And yet if Lisp or Java programmers were here they would say their
languages //are// multi-paradigm too. For example, Lisp has the
Common Lisp Object System (CLOS) and Java has the Vector class and so on.
Maybe Python somehow gives more paradigms //better// syntax support
whereas in Lisp and Java they are somewhat "bolted on" and not done
as well?
cs
More information about the Python-list
mailing list