Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r5rs

How modulo and remainder should work in Scheme?

Using a defined procedure as argument yields different result than using a lambda-expression as argument

Is there an official documentation standard for Scheme? [closed]

Implementation of LIFO list in Scheme

list stack scheme r5rs lifo

Is there a Macro to use "λ" character as "lambda" in R5RS Scheme?

lambda scheme lisp r5rs gambit

How does `values` work in Scheme?

scheme lisp apply r5rs callcc

Racket and unbound identifier in lambda expression, contrast with r5rs

lambda scheme racket r5rs

Multiple lines comments in Scheme (RnRS)

Is it possible to "extend" a function / lambda / macro in Scheme?

A "pure" scheme implementation (R5RS) of SHA256?

hash scheme sha256 r5rs

SICP exercise 1.5 and 1.6

scheme sicp racket r5rs

Extensible macro definitions

inheritance macros scheme r5rs

Scheme, SICP, R5RS, why is delay not a special form?

scheme sicp r5rs

Is there a digest for different "RnRS" Scheme standards?

Scheme getting last element in list

scheme racket r5rs

R6RS vs. R5RS scheme

scheme r6rs r5rs

Differences between Guile Scheme and Standard Scheme (in Racket IDE)?

scheme racket guile r6rs r5rs