This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Re: Bracket heresies. What about subscripting?]


> Mailing-List: contact guile-help@sourceware.cygnus.com; run by ezmlm
> Precedence: bulk
> Sender: guile-owner@sourceware.cygnus.com
> Date: Fri, 2 Jul 1999 14:28:43 +1000
> From: Telford Tendys <telford@eng.uts.edu.au>
> Content-Type: text/plain; charset=us-ascii
> 
> > >     #{ a**2 + b**4 / c[i] }  ;; e.g.
> > > 
> > > becomes:
> > > 
> > > 	(/ (+ (pow a 2) (pow b 4))
> > > 	   (vector-ref c i))
> 
> By the way, by my understanding of common precedence laws the above expressions
> are completely different.
> 

Ouch!  Right you are!  You've (unintentionally) completely demolished my
argument :-)   Lack of ambiguity is a powerful feature in favor of prefix
syntax.

Mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]