Search code examples
(let (next (f guess)) vs (let ((next (f guess)))...

syntaxschemelispletsicp

Read More
Evaluation allows for combinations whose operators are compound expressions...

pythonpython-3.xschemelispsicp

Read More
substitution model to evaluate (f f) in sicp...

schemesicp

Read More
Approximate the Riemann sum with comprehensions...

pythonpython-3.xsicp

Read More
Fixed number and fixed rule in iterative process...

schemesicp

Read More
Visualize the process of expand and contraction of recursion...

python-3.xsicp

Read More
a-plus-abs-b: Invalid function: (if (> b 0) + -)...

schemelispelispsicp

Read More
Simple library mechanism for scheme - import implementation...

schemesicp

Read More
Scheme if expression returns '#<void>' if the body contains an expression...

schemesicp

Read More
max-lisp-eval-depth to find sqrt-iter...

lispelispsicp

Read More
SICP Ch. 3.1/ 3.2: Assigning a variable an object's parametric value...

schemesicp

Read More
Wrong argument type listp, "GIF" When reverse a list...

lispelispsicp

Read More
Scheme's block structure efficiency...

schemelispracketsicp

Read More
Make procedure in Scheme by lambda...

schemesicp

Read More
Nested conditionals and unspecified return value in scheme...

schemesicp

Read More
Create an instance from a closure...

elispsicp

Read More
Simulate a bank balance withdraw behavior with lambda...

schemesicp

Read More
Evaluate combination to tackle recursively (+ 1 2)...

schemelispevaluationsicpexpression-evaluation

Read More
SICP solution to Fibonacci, set `a + b = a`, why not `a + b = b`?...

algorithmlispelispfibonaccisicp

Read More
Can't understand this Tree recursion problem...

recursionlispbinary-treesicp

Read More
Scheme : recursive process much faster than iterative...

schemelispsicp

Read More
I don't understand how these two variables are proportionate...

sicp

Read More
Translating SICP solution from Scheme to Python...

pythonlispschemesicp

Read More
Racket Lisp : comparison between new-if and if...

lispschemeracketsicp

Read More
Scheme/Racket - Undefined Function; Cannot use before initialization...

syntaxschemeracketsicp

Read More
What (define (p) (p)) does?...

schemelispsicp

Read More
Procedure definition was interpreted as variable definition in sicp interpreter?...

interpretersicp

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

sicp

Read More
SICP Exercise 3.52: Is memo-proc necessary using Scheme (Guile)?...

schemememoizationsicpdelayed-execution

Read More
Find the "concise mathematical definition" of a function in SICP...

mathschemesicp

Read More
BackNext