Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Can the CPS-styled `call/cc` be written in terms of a hypothetical non-CPS-styled `cc'`?

Scheme - my gcd() always returns zero

Sort list of function using sort with key in racket

sorting lambda scheme racket

DrScheme versus mzscheme: treatment of definitions

scheme racket sicp

Scheme: find out if an "complex" element is in a "complex" list

list scheme lisp member

How to implement continuations in dynamic language like JavaScript?

How to remove accents from a string in Racket?

string scheme lisp racket

checking for equality at all indices of a list

scheme

Scheme - sum of list

Accumulator for infinite streams

scheme lisp racket

How do I use Declarations (type, inline, optimize) in Scheme?

Where is the MIT/GNU scheme reference on threads?

scheme lisp sicp mit-scheme

Even? function in Scheme (Dr. Racket)

recursion scheme

What is standard way of defining global closures in scheme?

Why is a string not a list of characters in scheme/racket?

string scheme lisp racket

Currying a function n times in Scheme

lambda scheme currying

Scheme Factorial (fact* l) Question

scheme

Distributive Law Simplification

scheme

Is this really a breadth first search