[plt-scheme] Help

From: Paul Steckler (steck at ccs.neu.edu)
Date: Fri Oct 25 13:38:12 EDT 2002

> Error: ";required feature not supported: " defmacro
What is wrong?

The `defmacro' form is not built-in to DrScheme.  You need a line like 

 (require (lib "defmacro.ss"))

for defmacro to work.

-- Paul




Posted on the users mailing list.