This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

scheme-describe


Whaou, this is a guru thingy.
Thanks a lot for this marvelous work. With that guile is on its best
way to become, well just call it a modern scheme, away from turtle
graphic towards highly dynamicly growing softwaresystems.

Iloveguile 

o
email: olivier.buechel@unifr.ch
 
>>>>> "Keisuke" == Keisuke Nishida <kxn30@po.cwru.edu> writes:

    Keisuke> Hello, I'm writing a new describe procedure and Emacs's
    Keisuke> scheme-describe command for Guile Emacs.  So far, it
    Keisuke> works like this:

    Keisuke> % guile
    guile> (use-modules (oop goops)) (use-modules (utils describe))
    guile> (describe 'assq)
    Keisuke> `assq' is a primitive procedure.  Defined in
    Keisuke> `$(LIBGUILE)/alist.c:147'.

    Keisuke> (assq key alist)
    [snip kilobytes of usefull, needed document stuff]

    Keisuke> Thanks, Keisuke Nishida
thank you



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]