|
Re: HS violations in Corman: msg#00123lisp.corman
Roger Corman wrote: > I had no idea lambda forms supported doc strings. I thought those were > purely part of DEFxxx macros (defun, defvar, etc.). What is the system > supposed to do with them (besides properly parse them)? See the page for DOCUMENTATION (documentation x 'function) does this: If x is a function, returns the documentation string associated with x. but note that a conforming implementation is free to discard documentation strings at any time. If it does not, you get: (documentation #'(lambda () "foo" nil) 'function) ==> "foo" Paul ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/xaxhjB/hdqFAA/xGHJAA/SyjtlB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: cormanlisp-unsubscribe@xxxxxxxxxxxxxxx Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Looking for beta tester: 00123, Roger Corman |
|---|---|
| Next by Date: | Re: Looking for beta tester: 00123, JP Massar |
| Previous by Thread: | RE: HS violations in Cormani: 00123, JP Massar |
| Next by Thread: | RE: Re: HS violations in Corman: 00123, Roger Corman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |