Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Are there whole-program-transforming macros in Lisp or Scheme?

Why my merge sort implementation in Scheme is so slow?

Is there a way to view a function's source code from within the Racket REPL?

SICP exercise 1.5 and 1.6

scheme sicp racket r5rs

Scheme's "expected a procedure that can be applied to arguments"

scheme racket

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