Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Partial evaluation in Scheme

scheme ironscheme

Understanding Implementation of call-with-continuation

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

CL/Scheme DSELs with non-lisp syntax

scheme common-lisp dsl

Recursive Function Composition in Scheme

have a function in Scheme return value (or do something else) and call itself

scheme

Racket: Change two constants with one function

scheme constants racket

Loading a file that defines values overwrites top-level bindings

scheme

Scheme: overload built-in procedures, general overloading

scheme overloading

Function count should accept two arguments: an atom and a simple list. The function should return the number of times the atom is found in the list

scheme racket

Scheme duplicate entries in a list

list scheme double racket

Scheme - SubSets of a list

list scheme racket

How play mp3/audio files in Racket?

audio scheme racket mp3 wav

Why am I getting `Generic operator inapplicable` error in Scheme function

scheme mit-scheme sicm

scheme continuations -need explanation

scheme continuations

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

Common vocabulary between Common Lisp and Scheme

scheme lisp common-lisp

Functional variant of 'oneof' function in Racket