htdp
Differences between #lang scheme and #lang racket
I\'m guessing that #lang racket is a dialect of scheme with much more out of the box structures and common functions and perhaps would be more pedagogic. What are the perks a #lang racket against #lan[详细]
2023-03-30 11:57 分类:问答Idiomatic usage of local vs lambda?
In Exercise 30.1.1 of HtDP, I started off using local and then modified it to use lambda in order to answer the question.[详细]
2023-02-05 04:47 分类:问答Backtracking infinite loop
This is Exercise 28.1.2 from HtDP. I\'ve successfully implemented the neighbors function and all test cases pass.[详细]
2023-02-04 16:38 分类:问答Idiomatic usage of filter, map, build-list and local functions in Racket/Scheme?
I\'m working through Exercise 21.2.3 of HtDP on my own and was wondering if this is idiomatic usage of the various functions. This is what I have so far:[详细]
2023-02-02 18:51 分类:问答PLT-Scheme learning reference
After having got through the two Schemer books, I\'m about to embark on HtDP but also discovered the http://docs.plt-scheme.org/guide material.[详细]
2022-12-17 10:18 分类:问答