Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Is there any difference between closure in Scheme and usual closure in other languages?

MIT/Scheme as a simple compiler under Windows

windows scheme mit-scheme

SICP Exercise 1.5

scheme sicp

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?