
yefo.akira
2017-12-4 09:30:54
Is there a good racket book or tutorial that goes from 0 to medium or advance stuff? Right now using it for Slideshow, but there is a bit of stuff that I need to understand:if variados functions are possible, passing a rest of Picts and how to handle them, and a few other things, …, oh and a good description of how macros work on racket

samth
2017-12-4 13:30:03
For macros, I recommend Fear of Macros by @greg

greg
2017-12-4 13:30:06
@greg has joined the channel

samth
2017-12-4 13:30:50
I expect you’ve already read the Quick tutorial

samth
2017-12-4 13:31:30
You might like the book Realm of Racket

samth
2017-12-4 14:03:53
Finally, I’d suggest the long version of the paper by Findler and Flatt on Slideshow

yefo.akira
2017-12-4 15:33:39
Where I can find the long version? Is that the pdf linked?


yefo.akira
2017-12-4 16:33:31
Cheers