Typed Python?

Jacek Generowicz jacek.generowicz at cern.ch
Wed Jul 7 06:07:52 EDT 2004


Dennis Lee Bieber <wlfraed at ix.netcom.com> writes:

> On 06 Jul 2004 13:26:07 +0200, Jacek Generowicz
> <jacek.generowicz at cern.ch> declaimed the following in comp.lang.python:
> 
> 
> > 
> > > Codeblocks, not Lisp/Scheme's PN expressions,
> > 
> > Never heard of PN expressions. Please enlighten me.
> >
> 	Take the "Reverse" off of RPN... Reverse Polish Notation has the
> operator following the operands. 
> 	a b +
> vs original Polish Notation
> 	+ a b

Yes, it struck me, a couple of hours after posting, that by "PN" he
must have meant "Polish Notation". The canonical name, in the
Lisp/Scheme context, is, of course, s-expression.



More information about the Python-list mailing list