Search code examples
Why is (atom? (car '('bacon 'and 'eggs))) different from (atom? 'bacon) in ChezS...


schemechez-schemethe-little-schemer

Read More
Y combinator discussion in "The Little Schemer"...


schemecombinatorsy-combinatorthe-little-schemer

Read More
What is ' (apostrophe) in Lisp / Scheme?...


schemelispquotethe-little-schemer

Read More
Little Schemer and Racket...


schemeracketthe-little-schemer

Read More
In Scheme, what is the difference between `nil` and `null`?...


nullschemeempty-listthe-little-schemer

Read More
Ambiguity with `quote` in the Little Schemer. When should an expression be proceeded with a quote an...


schemethe-little-schemer

Read More
Performance Impact of Creating Enclosed Procedure in Scheme During Recursion...


recursionclosuresschemeguilethe-little-schemer

Read More
Check if list is flat in Haskell...


listhaskellrecursionpattern-matchingthe-little-schemer

Read More
Is lat? a primitive function in Scheme?...


schemethe-little-schemer

Read More
Scheme: Is it possible to convert a list of S-expressions into a list of atoms?...


recursionschemelispflattenthe-little-schemer

Read More
Scheme: When I cons two atoms I am getting a dot in the middle. Why?...


listschemelispconsthe-little-schemer

Read More
Why (car (1 2)) from The Little Schemer does not work in DrRacket?...


schemelispthe-little-schemer

Read More
Recursion over a list of s-expressions in Clojure...


recursionclojurelisptail-recursionthe-little-schemer

Read More
why second argument to cons must be a list...


schemethe-little-schemer

Read More
Explain the continuation example on p.137 of The Little Schemer...


recursionlambdaschemecontinuation-passingthe-little-schemer

Read More
The Little Schemer: stuck on multiinsertLR&co example...


lambdaschemecontinuationsthe-little-schemer

Read More
[Little Schemer Ch3 pp.34 & 37]: Why (rember a (cdr lat)) as the 2nd argument of cons interprete...


debuggingrecursionrackettail-recursionthe-little-schemer

Read More
Which environment, IDE or interpreter to put in practice Scheme?...


ideschemelispthe-little-schemer

Read More
Does a non-null Scheme list contain at least one atom?...


schemelispracketthe-little-schemer

Read More
Certain functions not loading into repl...


racketthe-little-schemer

Read More
little schemer drracket error cannot reference an identifier before its definition...


racketthe-little-schemer

Read More
Little Schemer: write function that only supports lists of length ≤ 2...


recursionschemey-combinatorthe-little-schemeranonymous-recursion

Read More
The mechanism of anonymous function to call itself in Scheme?...


recursionschemethe-little-schemeranonymous-recursion

Read More
How to do this length≤1 more than once?...


recursionschemey-combinatorthe-little-schemeranonymous-recursion

Read More
Little Schemer: why wrap (mk-length mk-length) into a function?...


recursionschemey-combinatorthe-little-schemeranonymous-recursion

Read More
Little Schemer: length0 and mk-length...


schemethe-little-schemer

Read More
Is the scope of primitive functions in The Little Schemer incorrect?...


schemethe-little-schemer

Read More
Little Schemer eqlist? function - alternate version?...


schemethe-little-schemer

Read More
Is a lambda an atom in the book "the little schemer"?...


lambdathe-little-schemer

Read More
What's the reason for using lambda expressions to define functions in Scheme?...


lambdaschemethe-little-schemer

Read More
BackNext