Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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)?

Efficiently implementing equal? in Scheme without direct access to pointer values

performance haskell scheme

Lisp/Scheme-like calls in R

r parsing scheme lisp expression

What Scheme Does Ghuloum Use?

scheme racket

How can I print definition of a symbol without evaluation in Scheme?

printing scheme symbols

How to rewrite `let*` in terms of `lambda`?

scheme lambda

Little Schemer eqlist? function - alternate version?

scheme the-little-schemer

What is it about a single namespace that leads to unhygienic macros? (in LISP)

When to use lambda definition with a "bare" formal parameter?

lambda scheme guile

Web scraping with Scheme

How do collector functions work in Scheme?

The Little Schemer: What is a function or argument's structure?