Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Write three Scheme procedures to simulate these three gates: AND, OR and XOR

Regarding the quote (') in Scheme

scheme lisp chicken-scheme

Why doesn't this Racket code terminate?

scheme racket

How to break a recursive call before going into a void error

Is there an equivalent of Common Lisp's *print-circle* in Scheme?

scheme sicp

SICP counting change problem—why does N = X + Y?

Racket eof-object read from input port

io scheme racket

Basic libs for scheme (queue)

scheme racket

Racket list in struct

list struct scheme racket

Send code to scheme interpreter from info buffer

emacs scheme sicp

Returning continuations from call/cc

scheme continuations

Variadic Function in Scheme

scheme variadic cdr

Metacircular evaluator, implementing the environment

Scheme/Racket equivalent of ualarm

timer scheme posix racket

Sieve of Eratosthenes Scheme

What does `when` return when the condition is false?

Why is this recursive addition wrong in Scheme?

recursion scheme racket

Fibonacci Tree-Recursion in Structure and Interpretation of Computer Programs

Generate a list of multiples in Scheme

list scheme racket

scheme on guile: let-syntax invalid?

macros scheme guile