Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

The mechanism of anonymous function to call itself in Scheme?

SICP Infinite Streams (Chapter 3.5.2)

stream scheme lisp sicp

What's the difference between R6RS's `letrec`, `letrec*` and Racket's `letrec`?

scheme racket r6rs letrec

When to use define and when to use let in racket

scheme racket

Seeking contrived example code: continuations!

scheme style guide

coding-style lisp scheme

How to express let* as a lambda expression (not the regular let)

About "cond" in scheme

lisp scheme racket

Weird code example from "Realm of Racket"

lisp scheme racket

How do you return the description of a procedure in Scheme?

scheme racket

Tail-recursive Pascal triangle in Scheme

Macro that unrolls a 'for' loop in racket/scheme?

for-loop macros scheme racket

Unable to use eval on user input in Racket

scheme lisp racket

Defining and using functions in variables in Common Lisp

lambda scheme common-lisp

What (define (p) (p)) does?

scheme lisp sicp

What is the meaning of this Scheme

scheme

for/continue in scheme/lisp

Lambda and the Environment Model

scheme environment

Is it possible to write console applications in scheme?

console scheme

Can "if" be implemented using "call/cc"?