Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Getting reference to the JavaScript Function object behind an operator

Calling a Scheme function using its name from a list

multiplication of empty list in emacs lisp

emacs lisp scheme

Specifics of call/cc

scheme continuations callcc

RAII in Scheme?

lisp scheme raii

Scheme macro triggered by keyword which is not the head of a list

macros lisp 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