[plt-dev] reader

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Mar 23 17:13:42 EDT 2010

Save the program below and run. See surprising error message. Change  
language to #lang scheme and see same surprising error message. Why?


;; The first three lines of this file were inserted by DrScheme. They  
record metadata
;; about the language level of this file in a form that our tools can  
easily process.
#reader(lib "htdp-advanced-reader.ss" "lang")((modname foo) (read-case- 
sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor  
repeating-decimal #t #t none #f ())))

(with-input-from-file "foo.ss" read)


Posted on the dev mailing list.