[plt-scheme] macro type

From: Ivanyi Peter (pivanyi at freemail.hu)
Date: Thu Jul 6 04:50:10 EDT 2006

Hi,

Probably it is a strange thing what I would like to have.

In DrScheme when I type the following I get this:

> car
#<primitive:car>
>cond
cond: bad syntax in: cond

instead I would like to have somthing like this:

> cond
#<macro:cond>

and in this case I also would like to have 

> (macro? cond)
#t

I need these for my Lispish interpreter. Is it possible to
achieve the
above?

Thanks for any help,

Best regards,

Peter Ivanyi



_______________________________________________________________________
A hűvös, finom tengerek Önre várnak! Adriai 24 °C, a Jón-tenger Korfunál 25 °C, a Földközi tenger Mallorca-nál 26 °C.
Néhány kattintás és indulhat!
http://www.hurra-nyaralunk.hu/nyar.php?foglalasfrom=freemailhirlevel



Posted on the users mailing list.