https://youtu.be/yU-HUb8Xykg
I'd estimate 10-15min total overlaps with my RacketCon talk here and there,
25-30min is my take on metaprogramming, Lisps and, of course, Racket.
Haven't watched it myself, yet - need some hard liquor to numb the pain of
listening to ones own voice :)
--
You recei
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
Strange Loop Registration is opening this Wednesday at Noon, and as I found out
to my chagrin last year, those tickets do sell out *extremely* quickly. I see
that the page for RacketCon is up, but I don’t think I’ve seen notice of it on
the users mailing list, and it also looks to me like the m
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
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
Today I wrote and then fixed a bug that caused my program to enter an infinite
loop for reasons I don't understand.
The program is the output display formatting for a prototype relational lambda
calculus interpreter. First I took my two structs, Lam and App (using symbols
for variables), and im
6 matches
Mail list logo