Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Why is it harder to add macros to Haskell than to Scheme

What’s the sequence of evaluation concerning `parameterize' and `let' in Racket?

how to give a number a leading zero in scheme

scheme

Difference between define and let w.r.t. syntax-rules keywords

macros scheme racket

How to Use "random" function in DrScheme R5RS

random scheme racket r5rs

How to call external commands in Scheme?

scripting scheme lisp

How can I make a Racket reader macro to transform any instance of one character into two other characters?

lisp scheme racket

Operator Overloading in Racket / Scheme

Racket: Custom predicate to use within contract

Scheme names with * as suffix

scheme racket

Applying a symbol as a procedure

scheme

Swap two elements in list in Scheme [closed]

list lisp scheme swap

How to store a function in a variable in Lisp and use it

Sum of a List with all Intermediate Values

How to import module in scheme?

scheme scheme48

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