Search code examples
SICP Infinite Streams (Chapter 3.5.2)...


streamschemelispinfinitesicp

Read More
Understanding Church numerals...


schemelispsicpchurch-encoding

Read More
Calculating time elasped in ChezScheme...


recursiontimeschemebenchmarkingsicp

Read More
What is the name of the "=>" keyword in Scheme?...


schemesicp

Read More
Concepts that surprised you when you read SICP?...


sicp

Read More
Improving SICP primes sieve's time complexity...


schemeprimessicplazy-sequencessieve-algorithm

Read More
Is the Church numeral encoding of natural numbers unnecessarily complicated?...


language-agnosticsicplambda-calculuschurch-encoding

Read More
SICP exercise 1.19, transformations...


transformfibonaccisicp

Read More
SiCP Exercise 1.45...


schemehigher-order-functionsarithmetic-expressionssicpfixed-point-iteration

Read More
Use of lambda for cons/car/cdr definition in SICP...


lambdaschemelispracketsicp

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


algorithmrecursionschemesicpcoin-change

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
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
What's the meaning of "explicit-control" in "explicit-control evaluator"?...


schemesicp

Read More
BackNext