Re: [racket-users] Strange Loop registration

2016-06-06 Thread Vincent St-Amour
Thanks John! We've fixed the front page. RacketCon registration is now open at (linked from the RacketCon page): https://www.eventbrite.com/e/racketcon-2016-tickets-24349152972 We're very excited to announce that Emina Torlak will be giving the keynote this year, on Synthesis and Verification

Re: [racket-users] Strange loop

2016-03-02 Thread brendan
Ah! Of course. I never would have thought of that. Thank you. -- 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

Re: [racket-users] Strange loop

2016-03-02 Thread Vincent St-Amour
Brendan, You are correct, your program did error when you applied `Lam-body` to a non-`Lam`. What happened is that, in the process of printing the error message, it tried to print that non-`Lam` value, which called your custom printer, and so on. Does that make sense? Vincent On Wed, 02 Mar 20