merits of Lisp vs Python

Stephan Houben stephanh42 at gmail.com.invalid
Sat Sep 30 16:09:57 EDT 2017


Op 2017-09-27, Robert L. schreef <No_spamming at noWhere_7073.org>:
> (sequence-fold + 0 #(2 3 4))
> ===>
> 9
>
> In Python?

>>> sum([2, 3, 4])
9



More information about the Python-list mailing list