[plt-scheme] Describe Function
Continuations?
Doug Williams wrote:
> Thanks, I just added it.
>
> On Mon, Nov 9, 2009 at 7:21 PM, Chongkai Zhu <czhu at cs.utah.edu> wrote:
>
>
>> Doug Williams wrote:
>>
>>
>>> I've written a describe function for PLT Scheme - because I always liked
>>> it in Common Lisp. I'll put it on PLaneT eventually, but was wondering if
>>> anyone had suggestions for what to include. Data types that are there now
>>> that I'm pretty comfortable with are: Booleans, numbers, strings, byte
>>> strings, characters, symbols, regular expressions, byte regular expressions,
>>> keywords, lists, pairs (improper lists), mutable lists, mutable pairs
>>> (improper mpairs), vectors, boxes, hashes, procedures, and void.
>>>