Re: [racket-users] simple question about call/cc

2020-12-07 Thread Justin Zamora
The duplication is because you're evaluating the expression at top level, so the repl is part of the continuation. The continuation isn't (lambda (c) (c e2); it's actually something like (lambda (c) (evaluate-in-repl (c e2)). So when you run (ret 9), you're actually re-running the repl you had when

[racket-users] simple question about call/cc

2020-12-07 Thread Tim Meehan
I've read a lot about call/cc, and each time wind up just moving on. So this is an early New Year's resolution: getting a better understanding of it. According to Wikipedia's page on continuations, the continuation of the statement: ((call/cc f) e2) is: (lambda (c) (c e2)) #lang racket (define

[racket-users] Call for Participation: BOB 2021 (February 26, online, early-bird until Dec 31)

2020-12-07 Thread Michael Sperber
BOB 2021 Conference “What happens if we simply use what’s best?” February 26, 2021, online

[racket-users] Re: Using Scribble for Course Notes?

2020-12-07 Thread plr...@uwaterloo.ca
I've been using Scribble for course notes, slides, and various PDF documents for distribution to students for about ten years. I got the idea from several Racket principals who have been doing it for even longer, but unlike them, I have only basic facility with the language. The scribble-math p

[racket-users] I got a crush to write the coolest snake game, any voulnters to cooperate with me?

2020-12-07 Thread Yi Chen
This is how i want it looks like for the version 1.0: [image: images.jpg] If you want to make this cool game with me, leave a comment, bro! Let's make something together! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this