Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged scheme

0 votes
318 views
1 answer
    So, I've spent a lot of time reading and re-reading the ending of chapter 9 in The Little Schemer, where the ... don't see how A avoids it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
364 views
1 answer
    (define .. (lambda (start stop) (cond ((> (add1 start) stop) (quote ())) ((eq? (add1 start) stop ... this is happening. Any help is appreciated See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
375 views
1 answer
    I'm using the beginning language with list abbreviations for DrRacket and want to make a powerset recursively but ... help would be good. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
393 views
1 answer
    During the execution of my code I get the following errors in the different Scheme implementations: Racket: application: ... non procedure application: (1 2 3) Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
516 views
1 answer
    I'm trying with SICP and I got some code. So I started with: #lang scheme (word 'comp 'uter) Returned error ... : http://mitpress.mit.edu/sicp/code/index.html Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
330 views
1 answer
    This question already has answers here: Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
276 views
1 answer
    I know that you can use ' (aka quote) to create a list, and I use this all the time, like this: ... a convenient shorthand, so why is the behavior different? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
346 views
1 answer
    why under dynamic scope this code will return error for "g not defined"? when running ((ff) 5), at some ... com/questions/65945323/scheme-dynamic-scope-why-this-is-the-return-value...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...