Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

The Reasoned Schemer : Not understanding Exercise 57

alias a name for the clause of a macro

scheme racket

IORef still refers to the old value after update

haskell io scheme ioref

What are some of the requirements that IronScheme couldn't complete?

c# scheme ironscheme

Chez Scheme allocation: --program vs --script

scheme chez-scheme

Scheme early "short circuit return"?

What, if any, is wrong with this definition of letrec in Scheme?

scheme macros define-syntax

Y Combinator in Scheme using Define

Does Chicken Scheme have an equivalent to Perl's $0?

what's wrong with this define-syntax macro in scheme?

A better explanation of using stream to generate numbers with alternating signs

scheme sicp mit-scheme

Implementation of AKS primality test in Scheme or C++

String representation of custom data in Racket

get 7 not (7) out of the list?

scheme

A 'cons' in Haskell that displays like its Scheme counterpart

haskell scheme

Show the type of a function

types scheme racket

Scheme/Racket: Fold with booleans

How to define type predicates in Scheme

types scheme racket predicate

Streams in Scheme - define integers through stream map in scheme

Scientific Notation Conversion - Scheme