(define get-nth-helper
(λ (n)
(for/fold ([str "ca"])
([i (in-range n)])
(string-append str "d"))))
(define get-nth-up-to-index-3
(λ (n ls)
(define fn (string->symbol (string-append (get-nth-helper n) "r")))
((eval fn) ls)))🪐
Highlights
- Pro
Popular repositories Loading
- cnf-converter
cnf-converter Public - racket-projects
racket-projects PublicRacket
- p2p-project
p2p-project PublicJava
- eopl3
eopl3 PublicForked from mwand/eopl3
Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand
Scheme
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.



