Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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

In R6RS Scheme, is there a way to get the current environment for use with eval?

scheme eval environment r6rs

how is the sicp cons-stream implemented?

scheme sicp

Why am I getting an unbound error for "atom?"

How to pass `and` as a function in Racket?