OO (was: Why is tcl broken?)
Fernando Mato Mira
matomira at iname.com
Tue Jun 15 04:29:28 EDT 1999
William Tanksley wrote:
> My preference? I use C at my job. I prefer postfix (Forth) for its lack
> of punctuation. I like ML and Prolog because they let me create my own
> punctuation (but then I don't use them much).
BTW, you can do infix stuff in Common Lisp
http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/syntax/0.html
eg.
(defun bar (x y)
(whatever))
(defun foo (u v x y z)
(typical-lisp-code)
(lets-just-copy-a-formula-from-a-book-and-use-it-here #I( u + v * bar(x,y)
^^ z))
(blah-blah))
More information about the Python-list
mailing list