<skeemer>
does anybody know if the HTDP book covers all the concepts in The Little Schemer and the Seasoned Schemer?
morte has quit [Ping timeout: 246 seconds]
morte has joined #racket
badkins has quit [Remote host closed the connection]
<bremner>
skeemer: The Seasoned Schemer is maybe a bit more advanced. It covers a fair amount on continuations (letcc) which I don't think is covered in HTDP (or the teaching languages). OTOH, there is probably more coverage of other topics in HTDP. It is almost 30 years newer, so at least the pedagogical approaches have changed
<skeemer>
bremner, thank you very mucj
<skeemer>
bremner, what about macros ?
<skeemer>
i mean is any of these books explaining them ?
sxn has joined #racket
<bremner>
I don't think so. At least HTDP does not, and a quick scan of the Seasoned Schemer suggests not
sxn has quit [Quit: sxn]
badkins has joined #racket
<bremner>
skeemer: if you don't mind being racket specific, I would look at at https://beautifulracket.com/ for a book discussing macros
badkins has quit [Ping timeout: 252 seconds]
<bremner>
probably people on #scheme have better ideas about more R*RS scheme centric books
<skeemer>
also does people using racket finds itself importing srfi modules as it happens with other scheme ?
<skeemer>
*schemes?
<bremner>
some do. Personally not so much.
<skeemer>
i mean the advantage would be increased portability i guess
badkins has joined #racket
morte_ has joined #racket
<skeemer>
do you guys recommend racket-mode or geiser with racket ?
<skeemer>
i am using emacs and evil mode
morte_ has quit [Read error: Connection reset by peer]
morte_ has joined #racket
<bremner>
I use racket-mode. I think they are both good; geiser tries harder for a "traditional REPL", while racket-mode is probably better with any racket specific syntax