Y combinator discussion in "The Little Schemer"...
Read MoreWhy is (atom? (car '('bacon 'and 'eggs))) different from (atom? 'bacon) in ChezS...
Read MoreWhat is ' (apostrophe) in Lisp / Scheme?...
Read MoreIn Scheme, what is the difference between `nil` and `null`?...
Read MoreAmbiguity with `quote` in the Little Schemer. When should an expression be proceeded with a quote an...
Read MorePerformance Impact of Creating Enclosed Procedure in Scheme During Recursion...
Read MoreIs lat? a primitive function in Scheme?...
Read MoreScheme: Is it possible to convert a list of S-expressions into a list of atoms?...
Read MoreScheme: When I cons two atoms I am getting a dot in the middle. Why?...
Read MoreWhy (car (1 2)) from The Little Schemer does not work in DrRacket?...
Read MoreRecursion over a list of s-expressions in Clojure...
Read Morewhy second argument to cons must be a list...
Read MoreExplain the continuation example on p.137 of The Little Schemer...
Read MoreThe Little Schemer: stuck on multiinsertLR&co example...
Read More[Little Schemer Ch3 pp.34 & 37]: Why (rember a (cdr lat)) as the 2nd argument of cons interprete...
Read MoreWhich environment, IDE or interpreter to put in practice Scheme?...
Read MoreDoes a non-null Scheme list contain at least one atom?...
Read MoreCertain functions not loading into repl...
Read Morelittle schemer drracket error cannot reference an identifier before its definition...
Read MoreLittle Schemer: write function that only supports lists of length ≤ 2...
Read MoreThe mechanism of anonymous function to call itself in Scheme?...
Read MoreHow to do this length≤1 more than once?...
Read MoreLittle Schemer: why wrap (mk-length mk-length) into a function?...
Read MoreLittle Schemer: length0 and mk-length...
Read MoreIs the scope of primitive functions in The Little Schemer incorrect?...
Read MoreLittle Schemer eqlist? function - alternate version?...
Read MoreIs a lambda an atom in the book "the little schemer"?...
Read MoreWhat's the reason for using lambda expressions to define functions in Scheme?...
Read More