Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Converting a function with two recursive calls in scheme to make it tail-recursive

Find the Hardy–Ramanujan number using R5RS scheme. Please suggest improvements in idiom and calculations.

scheme

Graph programming in Scheme

Need an example of Ypsilon usage

c++ scheme bytecode ffi

Can I write a constructor for a Scheme (Racket) struct that takes a variable number of arguments?

Creating Custom GnuCash Reports with Scheme

scheme

"unbound identifier" errors in scheme

scheme racket

How do I test whether a variable is defined before referencing it?

scheme

Tasks unsuited for dynamic scoping

lisp scope scheme elisp

Comparing Common Lisp with Gambit w.r.t their library access and object systems

Help understanding this implementation of cons and car in scheme using lambdas

lambda scheme sicp

Continuation-Passing Style in Scheme?

`amb` operator as macro or procedure?

Are there pattern matching functions in Python like this?

Rotate a list to the left in Scheme/Racket

list scheme racket

Compiling Scheme using Java

SICP: Can or be defined in lisp as a syntactic transformation without gensym?

macros lisp scheme sicp

How useful is dynamic-wind in real world programming?

scheme

translating Scheme call/cc to Haskell callCC

Why isn't promise a data type in Scheme?

scheme lazy-evaluation