Subject: Re: C# is not Dylan (was: Re: C# : The new language from M$)
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 2000/07/06
Newsgroups: comp.lang.lisp
Message-ID: <8k3686$2gsgr$1@fido.engr.sgi.com>
Steven M. Haflich <smh@alum.mit.edu> wrote:
+---------------
| <http://www.franz.com/~smh/infix.cl>
...
| Here are some examples of what it does:
| 
|  USER(7): '#i" sin (2*pi*cosh(atan foo^^3)) "
|  (SIN (* 2 PI (COSH ATAN (EXPT FOO 3))))
|  USER(8): '#i" sin(2*pi*cosh(atan foo^^3)) "
|  (SIN (* 2 PI (COSH ATAN (EXPT FOO 3))))
+---------------

Uh... Isn't there a bug here? Shouldn't both of those results have
been this instead?!?  +-----------------+
		      |                 |
   (SIN (* 2 PI (COSH (ATAN (EXPT FOO 3)))))


-Rob

-----
Rob Warnock, 41L-955		rpw3@sgi.com
Applied Networking		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
1600 Amphitheatre Pkwy.		PP-ASEL-IA
Mountain View, CA  94043