Search code examples
Add successive integers with recursive tests (conditionals)...


schemesicp

Read More
Trying to implement a method to square a tree gives error 4 parts after keyword...


lambdaschemesicp

Read More
Pair? function applying on Quote in Racket...


schemeracketquotesicp

Read More
Understanding exercise 2.29 SICP - Binary modules...


schemesicp

Read More
Which language in DrScheme for SICP?...


functional-programmingschemeracketsicp

Read More
Prerequisite for SICP...


sicp

Read More
SICP terminology : difference between procedure and operation...


schemelispterminologysicp

Read More
the SICP book solution error help, number 1.7...


lispschemesicpracket

Read More
sicp pattern matching - compound?...


schemeracketsicp

Read More
What is the difference between `(mcons (mcons '() 25) 16)` and `(mcons 25 (mcons 16 `()))`...


schemeracketsicpconscdr

Read More
what is difference between (define (add x y) (+ x y)) and (define add (lambda (x y) (+ x y)))?...


schemelispsicp

Read More
Can I substitute SICP lecture videos with SICP lecture notes?...


lispsicp

Read More
Arithmetic with Church Numerals...


schemesicplambda-calculuschurch-encoding

Read More
Why languages such as C, Pascal cannot implement tail recursion?...


cschemepascaltail-recursionsicp

Read More
About speed of procedures between user-made and built-in in scheme (related with SICP exercise 1.23)...


algorithmschemetime-complexityprimessicp

Read More
DrRacket doesn't run Ackermann function from SICP excercise 1.10...


schemeracketsicpmit-scheme

Read More
SICP 2.64 order of growth of recursive procedure...


recursiontreeschemesicp

Read More
Wrapper procedure for sort function failing because of argument...


schemelispsicpmit-scheme

Read More
When would a cons return a cascaded list?...


schemeracketsicpr5rs

Read More
Scheme: Accelerated Stream...


schemesicp

Read More
How do you use dotted-tail notation correctly in this algorithm?...


schemeracketvariadic-functionssicp

Read More
Strange output with pi calculating in Chicken Scheme...


schemesicpchicken-scheme

Read More
SICP: Why does process-forget-value call process-new-value?...


schemelispconstraintssicp

Read More
What behaviour would I see for an interpreter that uses applicaitve-order evaluation vs a normal-ord...


schemeinterpretersicp

Read More
SICP exercise 1.10: Scheme evaluation of Ackermann's function...


schemeevaluationsicp

Read More
Change output printing style from Racket REPL...


emacsracketread-eval-print-loopsicp

Read More
Why separating syntax analysis from execution?...


schemesicp

Read More
Three questions w.r.t. the environment model of evaluation...


functionvariableslispevaluationsicp

Read More
Type declaration for number division...


haskelltypessicp

Read More
SICP terminology: computational object...


schemelispterminologysicp

Read More
BackNext