Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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

Elegant code for binary addition?

scheme racket

Differences between Common Lisp and Scheme lexical closures

Use variable from outside (lexical) environment in a macro

macros scheme lisp common-lisp

A list of functions

Creating a list of Fibonacci numbers in Scheme?

lisp scheme

using a dispatch table in racket

scheme racket

Idiomatic way to decode hex-formatted strings in Racket Scheme or other schemes

scheme lisp common-lisp racket

How to return nothing with cons in scheme

list scheme lisp cons

(Scheme) How do I add 2 lists together that are different sizes

scheme

permutation in Scheme using recursion

scheme

difference between let inside and outside a lambda expression

why (car ''(a b)) evaluated to 'quote?