Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Program to check if the scoping is lexical or dynamic

scope scheme racket

ANDing a boolean and a list

What is the purpose of Closures in Scheme/Racket?

scheme closures racket

SICP Video Lecture 2

scheme racket sicp

How to terminate a scheme program early? (Is there an "exit"?)

scheme exit

reverse list - scheme

scheme racket

How do I detect functions that I can apply tail call optimisation to?

How do I Apply an Anonymous Function from a List in Scheme?

scheme

Converting a Scheme expression to a string

Scheme implementations - what does it mean?

scheme the-little-schemer

Hosting for Racket web app?

scheme racket

Does Scheme/Racket have an enumeration operation?

Why can't I define an "or-function" in scheme?

scheme

How to use append-map in Racket (Scheme)

List to string conversion in Racket

string list scheme racket

Is lat? a primitive function in Scheme?

scheme the-little-schemer

How to write this Lisp / Scheme code?

lisp scheme

How can I tell if a list has a third item?

lisp scheme

Difference between eq? and = in Scheme?

scheme racket

Cartesian product in Scheme