Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

What exactly is the purpose of syntax objects in scheme?

My code signals the error "application: not a procedure" or "call to non procedure"

How do I apply a symbol as a function in Scheme?

lisp scheme

Does the DrRacket interpreter use normal-order evaluation based on SICP Exercise 1.5?

lisp scheme racket sicp

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