Search code examples
SICP exercise 1.19, transformations...

transformfibonaccisicp

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

schemesicpexponentiationmodular-arithmetic

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

schemesicpmit-scheme

Read More
Redefining the special form after the usage of that special form in one func definition has no effec...

scopeschemeevaluationsicpmit-scheme

Read More
Is environment model necessary for higher-order procedures?...

c++functional-programmingschemehigher-order-functionssicp

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

schemeletsicp

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

schemesicp

Read More
Trouble understanding / visualising SICP streams Hamming numbers program...

streamschemelazy-evaluationsicphamming-numbers

Read More
Why does Scheme use the procedural representation of pairs?...

performanceschemelispsicp

Read More
When can we safely use the Randomized algorithm considering probability?...

algorithmprobabilitysicpprobability-theory

Read More
Scheme: Returning two largest numbers from a set of three numbers...

schemesicp

Read More
seek for some explanation on SICP exercise 1.5...

lispschemesicp

Read More
SiCP Exercise 1.45...

schemehigher-order-functionsarithmetic-expressionssicpfixed-point-iteration

Read More
How to implement "if" in normal order in Scheme?...

schemelispracketlazy-evaluationsicp

Read More
SICP recursive process vs iterative process: using a recursive procedure to generate an iterative pr...

recursionsicpiteration

Read More
Why is the environment diagram in the following Python code inconsistent with its execution order?...

pythonoperator-precedencesicp

Read More
Why apply is so important for lisp evaluator?...

lispsicp

Read More
What's the explanation for Exercise 1.6 in SICP?...

recursionconditional-statementsevaluationsicp

Read More
Delayed "let" in SICP...

streamschemelispsicplazy-sequences

Read More
Why normal-order and applicative-order evaluation are not giving the same value?...

schemelispevaluationsicp

Read More
SICP example: Counting change, cannot understand...

algorithmrecursionschemesicpcoin-change

Read More
What's the meaning of "explicit-control" in "explicit-control evaluator"?...

schemesicp

Read More
Space complexity of streams in Scheme...

functional-programmingschemelispsicplazy-sequences

Read More
Can we improve upon this primes sieve code from SICP...

schemeprimessicplazy-sequencessieve-algorithm

Read More
Is there any difference between closure in Scheme and usual closure in other languages?...

functional-programmingschemeclosuressicp

Read More
SICP 3.52 delayed cdr...

streamschemesicplazy-sequences

Read More
Why an expression using a global variable multiple times reads that variable multiple times instead ...

concurrencyschemerace-conditionsicp

Read More
SICP making change...

recursionoptimizationschemesicpcoin-change

Read More
How is the sicp cons-stream implemented?...

schemesicp

Read More
Using fixed point to show square root...

iterationschemelispracketsicp

Read More
BackNext