Search code examples
SICP Ex. 1.17 - "fast-multiply" slower than "multiply"?...


schemelispmultiplicationsicpmit-scheme

Read More
SICP Exercise 1.16 - Is my solution correct?...


schemelispcomputer-sciencesicp

Read More
The object #f or #t is not applicable...


conditional-statementsschemesicp

Read More
element-of-set-p: Symbol’s value as variable is void: false...


debuggingemacssicp

Read More
Is my implementation of SICP Exercise 1.3 going in the right direction?...


schemesicp

Read More
Capturing variables from surrounding abstractions in sicp macros...


macrosschemesicp

Read More
Eager evaluation/applicative order and lazy evaluation/normal order...


programming-languagesevaluationsicp

Read More
Why can't I use car inside this let statement in Scheme?...


listschemeracketsicpcons

Read More
SICP 3.6 - Rand procedure and local state variables...


functional-programmingschemesicp

Read More
Scheme: problem about display when using `delay` expression...


streamschemedelaysicp

Read More
What is the equivalent of the rest procedure in SICP in MIT Scheme 9.2?...


schemelispsicpmit-scheme

Read More
Pros and cons of MIT Scheme and DrScheme for studying SICP...


schemeracketsicpmit-scheme

Read More
MIT Scheme Int VS Float...


typesschemesicpmit-scheme

Read More
What is the best Scheme implementation for working through SICP?...


lispschemesicp

Read More
How to implement put & get procedure in scheme?...


schemesicp

Read More
Adding primitives in metacircular evaluator...


schemeracketsicpevaluatormetacircular

Read More
Taking the 'and' of a list by folding in Scheme...


schemesicpmit-scheme

Read More
How to run Picture language examples of SICP /scheme in repl?...


schemesicp

Read More
With applicative order, what order are the arguments evaluated? Left to right or right to left?...


schemelispsicp

Read More
Define a primitive apply with purely scheme procedures...


schemesicp

Read More
apply, apply-primitive-procedure and apply-in-underlying-scheme...


schemesicp

Read More
(eval '(* a b)) return a final result rather than an intermediate (* 2 3)...


schemesicp

Read More
scheme which support set-car! and set-cdr! in sicp...


schemeracketorg-modesicpmit-scheme

Read More
(caadr exp) in assignment-variable...


schemeracketsicp

Read More
Assistance to portray the tree or box-pointer strucure...


emacsschemeracketsicp

Read More
fixed point to find root of a²+a³=392 but report OverflowError...


python-3.xsicp

Read More
Riemann integral formula to compute high-order function...


schemeelispsicp

Read More
Find root with Newton's method...


schemeelispsicpfunction-callfixed-point-iteration

Read More
The inner `try` interation in `fixed-point`...


python-3.xschemeelispsicpfixed-point-iteration

Read More
(let (next (f guess)) vs (let ((next (f guess)))...


syntaxschemelispletsicp

Read More
BackNext