Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Interpreter, if statement and let

Arrays in scheme / Memoization

Unbound variable error when loading a procedure from an external file

scheme chicken-scheme

scheme - remainder for fraction

scheme

The Little Schemer: stuck on multiinsertLR&co example

With applicative order, what order are the arguments evaluated? Left to right or right to left?

scheme lisp sicp

Scheme How to Take the first item in the List?

list scheme

random function in scheme

scheme racket

How do I make Fluxus/Frisbee work?

macos scheme racket

How to compare partial string matches in racket?

scheme racket

Serialize scheme object to string

debugging scheme r6rs

recursive function accepts list in scheme

scheme

Monad and Structure and interpretation of computer programs [closed]

Evaluating a literal as an expression (Scheme)

Scheme operations within if condition

The differences between procedures with and without brackets?

scheme lisp

How do I write anaphoric macros in portable scheme?

macros scheme

Scheme: Evaluating a Logical expression List

scheme lisp

Does defining all new syntaxes hurt performance in Scheme, Racket?

Hash Table in r5rs