Kartik Agaram:
> >     gdk-draw-rectangle pixmap pen 1
> >       x-rescaled \\ y-rescaled
> >       max 1 { x+1-rescaled - x-rescaled }
> >       max 1 { y+1-rescaled - y-rescaled }
> 
> I was momentarily confused by this: I thought all the infix ops had to
> be the same?! Then I realized x+1-rescaled was just a term, and that
> 'rescaled' by itself wasn't a variable. That's kinda confusing, to use
> plus and minus with different meanings in a single sym..

It's not a style I would usually use for variables. But that's a style thing; 
nothing in curly-infix *requires* these kinds of variable names.

--- David A. Wheeler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to