Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

How do I map a macro across a list in Scheme?

macros scheme

In SICP 3.2, The Environment Model of Evaluation, is an environment initially the same as its first frame?

lisp scheme sicp

Discovering lisp-family language .NET implementations

set-car! and let in scheme language

lisp scheme racket mit-scheme

Seasoned Schemer's get-first, get-next, and waddle functions

Reading command-line arguments in MIT-scheme

scheme mit-scheme

The Little Schemer 4th Edition: rember function discussion

scheme the-little-schemer

Scheme: how does a nested call/cc work for a coroutine?

Scheme empty list expression

scheme

How to Prevent Guile from Starting a Debugger for Every Error?

Is it possible to implement coroutines using only LISP primitives?

syntax-rules not completely hygienic?

macros scheme syntax-rules

List length in scheme

scheme

Does Racket Scheme provide a Smalltalk-like image-based environment?

scheme racket smalltalk

Resurrecting old PLT-Scheme project (pre-1999)

scheme racket

How do I send an attachment with an email in Racket?

email smtp lisp scheme racket

Is this simiple purely functional queue valid?

Is it possible to "extend" a function / lambda / macro in Scheme?

scheme for object-oriented programmers

Little Schemer and Racket