Scheme is a functional programming language in the Lisp family, closely modeled on lambda calculus with eager (applicative order) evaluation.
Im trying to write a simple scheme function that returns the last element of a list. My function looks like …
scheme racket r5rsI am learning scheme. I know how to use both lambda and let expressions. However I'm struggling to figure out …
lambda scheme letI'm working on a homework assignment where we are asked to implement an evaluation strategy called "call by name" in …
scala scheme lazy-evaluation evaluationHow do I check if something is an atom? I'm looking for something like number? or list?.
scheme racketA phrase that I've noticed recently is the concept of "point free" style... First, there was this question, and also …
functional-programming coding-style scheme pointfreeThere is Gambit Scheme, MIT Scheme, PLT Scheme, Chicken Scheme, Bigloo, Larceny, ...; then there are all the lisps. Yet, there's …
lisp scheme llvmI usually write web apps in PHP, Ruby or Perl. I am starting the study of Scheme and I want …
lisp schemeI am looking at some code in Scheme from Festival and cannot seem to figure out the comments. Currently, I …
scheme commentsOk, this is a fairly basic question: I am following the SICP videos, and I am a bit confused about …
scheme