> On Oct 8, 2015, at 4:48 PM, Jay McCarthy <jay.mccar...@gmail.com> wrote:
> A key thing that Remix has is buttery C-like syntax for infix dots. So > you can write r.ul.x and it might be the same as (posn-x (rectangle-ul > r)) if `r` were bound to a "dot transformer" that looked for .ul and > so on. (Off topic) Sounds a bit like my postfix-dot-notation package http://pkg-build.racket-lang.org/doc/postfix-dot-notation/index.html <http://pkg-build.racket-lang.org/doc/postfix-dot-notation/index.html> Except that this forces you to write r.post-x.rectangle-ul instead of r.x.ul. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.