Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

How to find the minimum positive number that added to 1.0 gives something larger?

scheme racket numerical

For-each and map in Scheme

map foreach scheme racket

Why does using cons to create a pair of two lists produce a list and two elements?

lisp scheme racket

random function in DrRacket

scheme racket

Unexpected persistence of data [duplicate]

Capturing Macros in Scheme

(define (average ....)) in Lisp

lisp scheme racket

How deep should my math background be before tackling SICP?

math scheme

implement parallel execute in scheme

concurrency scheme sicp

What is the rationale behind using def and defn instead of just define?

lisp clojure scheme

Symbols quoted in Scheme

clojure scheme

Strings in the middle of lisp S-exp?

How is "letrec" implemented without using "set!"?

Increment and Decrement operators in scheme programming language

Using "do" in Scheme

scheme do-loops

Returning from a function inside when statement

scheme lisp racket

Why do some lisps put the function name outside of the argument list in a function definition?

How does code written in one language get called from another language

How to do a powerset in DrRacket?

scheme racket powerset htdp

using lambda instead of let in scheme

lambda scheme sicp