Python/Ruby
Posted Feb 10, 2008 0:41 UTC (Sun) by
jmtapio (guest, #23124)
In reply to:
Python/Ruby by rfunk
Parent article:
Interview: Mark "Markey" Kretschmann (Not the Gentoo Weekly News)
I also don't like Python's inability to be programmed functionally;
side-effects abound, and it forces separating every little action into a
temporary variable and another line.
Care to elaborate on that? What is missing from Python that _prevents_
functional programming?
And Python does not _force_ opening up one-liners, but it does promote
clear code. Just google up "obfuscated python" and there will be a
plethora of code examples where "every little action" is not separated.
(
Log in to post comments)