Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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?

SCHEME | lambda vs λ?

syntax lambda scheme racket

How do you do letcc in Clojure?

How to return command line result in Racket?

command-line scheme racket

Looking for clarification on 'map' in Racket

matrix scheme racket

Is that possible to embbed Scheme(lisp) interpreter into iPhone app?

Are incremental Macro definition possible?

lisp scheme macros

What to keep in mind while learning F#, having learned Scheme

f# scheme

factorial function with just lambda expression

lambda scheme

How to test equality of quoted symbols in Scheme?

comparison scheme equality

Concatenation in scheme

scheme

call-with-current-continuation - state saving concept