LWN.net Logo

Smalltalk for Everyone Else (O'ReillyNet)

Smalltalk for Everyone Else (O'ReillyNet)

Posted Sep 23, 2006 7:57 UTC (Sat) by dambacher (subscriber, #1710)
In reply to: Smalltalk for Everyone Else (O'ReillyNet) by kurtb149
Parent article: Smalltalk for Everyone Else (O'ReillyNet)

In fact, it is rpn. And - no wonder - in terms of speed and simplicity, a rpn calculator outperformes the normal one - no brackets and no operator order needed.
Its just that we are not used to it ...
Same problem like with smalltalk - not in every situation the better design wins.


(Log in to post comments)

Smalltalk for Everyone Else (O'ReillyNet)

Posted Sep 25, 2006 10:06 UTC (Mon) by eru (subscriber, #2753) [Link]

In fact, it is rpn.

Is it? My impression is it is something halfway. Functions (methods?) can have operands on the left and right sides, if I recall correctly from some reading many years back trying to grok it (finding it confusing, I gave up). In a true RPN language (like FORTH or PostScript), operators always after all operands come.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds