Scheme is a functional programming language in the Lisp family, closely modeled on lambda calculus with eager (applicative order) evaluation.
I've got a little experience with Python (enough to where I can do if/else/elif and some random number …
scheme lisp common-lispI've been trying to do a function that returns the Cartesian Product of n sets,in Dr Scheme,the sets …
scheme racket cartesian-productI'm working on a Scheme interpreter written in C. Currently it uses the C runtime stack as its own stack, …
c lisp scheme continuationsDoes anyone know how i could use sublime text 2 with scheme. I've heard ST2 and I want to try it …
scheme sublimetext2 sublimetext mit-schemeAnyone know of a good / small scheme interpreter in C++? Perferably something < 2000 LOC, with a simple garbage collectro (either …
c++ schemeI'm in the process of learning Scheme. I recently spent (too much!) time trying to find a bug in a …
scheme racketI may have missed this in the R5RS document but how do I create a list of lists in (…
scheme nested-lists chicken-schemeI just discovered Racket a few days ago, and I'm trying to get more comfortable with it by writing a …
functional-programming lisp scheme expression racketHey, I've been looking at the possibility of adding a scripting language into my framework and I heard about Lisp …
c++ scripting lisp scheme common-lisp