I don't know if this is exactly what you want but (all) can be used to
inspect stuff, an example of getting all loaded classes:

(de getClasses ()

  (filter
     '((S)
         (and
            (= `(char "+") (char S))
            (type S)))
     (all)))


On Thu, Nov 10, 2011 at 7:27 PM, Thorsten <quintf...@googlemail.com> wrote:
>
> Hi list,
>
> I remember that Alex recently mentioned a method how to get the
> signature of any function or method definition loaded in the system.
> Unfortunately, I could not find the related post again.
>
> Any hints where I have to look  would be appreciated.
>
> cheers
> --
> Thorsten
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to