Python complaints
Dennis Lee Bieber
wlfraed at ix.netcom.com
Fri Nov 26 20:54:11 EST 1999
On 26 Nov 1999 02:51:18 GMT, aahz at netcom.com (Aahz Maruch) declaimed the
following in comp.lang.python:
> In article <al8hfiaan8p.fsf at sirppi.helsinki.fi>,
> Markus Stenberg <mstenber at cc.Helsinki.FI> wrote:
> >
> >From trivial example - do you consider (+ 2 (* 3 4)) more readable than 2 +
> >3 * 4 most languages (including Dylan) allow me to do?
>
> I think that should be written as "3 4 * 2 +". ;-)
Taking it in the order the old HP manuals (and my old compiler
class) taught...
2 3 4 * +
--
> ============================================================== <
> wlfraed at ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG <
> wulfraed at dm.net | Bestiaria Support Staff <
> ============================================================== <
> Bestiaria Home Page: http://www.beastie.dm.net/ <
> Home Page: http://www.dm.net/~wulfraed/ <
More information about the Python-list
mailing list