Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in the-little-schemer

Scheme: When I cons two atoms I am getting a dot in the middle. Why? [duplicate]

Syntax changes from the examples in 'The Little Schemer' to the real Scheme

how to understand this continuation?

scheme the-little-schemer

Flatten a list using only the forms in "The Little Schemer"

scheme the-little-schemer

The Little Schemer 4th Edition: rember function discussion

scheme the-little-schemer

The mechanism of anonymous function to call itself in Scheme?

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

Why am I getting an unbound error for "atom?"

Scheme implementations - what does it mean?

scheme the-little-schemer

Is lat? a primitive function in Scheme?

scheme the-little-schemer

Little Schemer eqlist? function - alternate version?

scheme the-little-schemer

How do collector functions work in Scheme?

The Little Schemer: What is a function or argument's structure?

Check if list is flat in Haskell

What is the definition of "natural recursion"?

Recursion over a list of s-expressions in Clojure

How can I clear the interpreter screen in Dr. Racket IDE?

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

The Little Schemer - Where to start?

Little Schemer and Racket