Top "Scheme" questions

Scheme is a functional programming language in the Lisp family, closely modeled on lambda calculus with eager (applicative order) evaluation.

What is the best Scheme interpreter or compiler?

Hey everyone, I want to start using Scheme and I have two questions. First, would you recommend using an interpreter …

scheme
How is Racket different from Scheme?

Racket is a descendant of Scheme. How is Racket different than R6RS? What did it add, or take away, …

scheme lisp racket
What's the best way to learn LISP?

I have been programming in Python, PHP, Java and C for a couple or years now, and I just finished …

lisp scheme common-lisp
What is the difference between eq?, eqv?, equal?, and = in Scheme?

I wonder what the difference is between those operations in Scheme. I have seen similar questions in Stack Overflow but …

functional-programming scheme
Map, Filter, Foldr in DrRacket/Scheme

Programming language: Scheme/DrRacket We're currently going over map, filter, and foldr in my comp sci class. I understand that …

filter functional-programming scheme fold map-function
How to install MIT Scheme on Mac?

I want to install MIT Scheme on my Mac, I have downloaded the MacOS X binary(x86-64). However, I …

macos scheme mit-scheme
Clojure vs other Lisps

The intent of my question is not to start a flame war, but rather to determine in what circumstances each …

clojure comparison lisp scheme common-lisp
Does anyone use the Scheme programming language for a living?

I started learning Scheme for fun, and was wondering if anyone uses it for a living as a prime programming …

programming-languages scheme
How do I do exponents in Scheme?

pow, ^, ** doesn't work, and Scheme seems to be too common a word to be able to effectively google it.

scheme
What is the best Scheme or LISP implementation for OS X?

I am looking for a version of Scheme or even LISP that I can use to recover some lost Lisp …

macos lisp scheme racket