[racket] Quoted expressions in #lang racket

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sun Sep 18 12:41:24 EDT 2011

Mr Noob: if (1 2 3) is a value, why can't I compute (car (1 2 3)). 4 is a value and I can compute (+ 4 3). #t is a value and I can compute (not #t). Why do you insist that I cannot compute with (1 2 3) if it is a value? 


Posted on the users mailing list.