Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

What is the rationale behind using def and defn instead of just define?

lisp clojure scheme

Symbols quoted in Scheme

clojure scheme

Strings in the middle of lisp S-exp?

How is "letrec" implemented without using "set!"?

Increment and Decrement operators in scheme programming language

Using "do" in Scheme

scheme do-loops

Returning from a function inside when statement

scheme lisp racket

Why do some lisps put the function name outside of the argument list in a function definition?

How does code written in one language get called from another language

How to do a powerset in DrRacket?

scheme racket powerset htdp

using lambda instead of let in scheme

lambda scheme sicp

In SICP exercise 2.26 using DrScheme, why does cons return a list, instead of a pair of lists?

scheme sicp

No-argument (and) returns t

How does Racket Scheme's "design by contract" features different from Eiffel?

How can I reverse a list?

recursion scheme reverse

implementing lisp in Python

What is the appropriate Racket/Scheme idiom for this code?

scheme racket dcpu-16

Is it possible to embed Guile in a C++ app on iOS or Android?

Using Scheme libraries in a Racket program

scheme racket

What is the idiomatic way to represent algebraic datatype constructors in Scheme (R6RS)?