StackOverflow Questions for Tag: sicp

Tina Russell
Tina Russell

Reputation: 157

SICP exercise 1.19, transformations

Score: 0

Views: 68

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

How to implement one anonymous loop form like do in the evaluator as a derived expression using Scheme?

Score: 0

Views: 128

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

Is it necessary to use lazy evaluation instead of stream for lazy tree with Scheme language?

Score: 1

Views: 49

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

Can we check whether one *alleged* directed binary tree contains a cycle in O(1) space?

Score: 1

Views: 132

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

Why can we use first-class expression in place of first-class function?

Score: 1

Views: 78

Answers: 2

Read More
J. Mini
J. Mini

Reputation: 1610

Mathematically, why does this SICP algorithm for the exponent of a number modulo another number work?

Score: 3

Views: 535

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

Can we modify R7RS implementation of the derived expression type `do` to finish SICP exercise 4.9?

Score: 1

Views: 58

Answers: 0

Read More
mzbaran
mzbaran

Reputation: 624

SICP Exercise 1.16 ... what does "invariant quantity" hint mean?

Score: 3

Views: 484

Answers: 4

Read More
An5Drama
An5Drama

Reputation: 567

`1.0+1e-100=1.` in MIT-scheme

Score: 1

Views: 143

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

Redefining the special form after the usage of that special form in one func definition has no effects to that definition in Scheme

Score: 1

Views: 67

Answers: 1

Read More
An5Drama
An5Drama

Reputation: 567

Is environment model necessary for higher-order procedures?

Score: 0

Views: 146

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

Why do fully-functional map, filter, and fold-right/fold-left need environment model?

Score: 1

Views: 74

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

How to make `set!` change the variable in `let` (Scheme)?

Score: 1

Views: 70

Answers: 1

Read More
KnowsLittle
KnowsLittle

Reputation: 1227

How do I get the functions put and get in SICP, Scheme, Exercise 2.78 and on

Score: 17

Views: 4103

Answers: 6

Read More

Getting wrong answer for cube-root procedure in Scheme

Score: 0

Views: 54

Answers: 1

Read More
ashishmax31
ashishmax31

Reputation: 171

Trouble understanding / visualising SICP streams Hamming numbers program

Score: 3

Views: 503

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

Why does Scheme use the procedural representation of pairs?

Score: 0

Views: 95

Answers: 1

Read More
An5Drama
An5Drama

Reputation: 567

When can we safely use the Randomized algorithm considering probability?

Score: 3

Views: 73

Answers: 1

Read More
Winster
Winster

Reputation: 91

Scheme: Returning two largest numbers from a set of three numbers

Score: 3

Views: 6192

Answers: 6

Read More
DongHyun Chae
DongHyun Chae

Reputation: 1

Is there some error-case in this answer? for SICP 1.7

Score: 0

Views: 81

Answers: 0

Read More
PreviousPage 1Next