guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scheme 102


From: Neil Jerram
Subject: Re: Scheme 102
Date: 28 Nov 2001 19:37:28 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "bciceron" == bciceron  <address@hidden> writes:

    bciceron> is it possible to dynamically discover the number of
    bciceron> parameters to a function? [...]

I guess you're writing some kind of command line application where the
commands are provided by Guile functions...

You might like to take a look at the following modules in my
guile-debugger package:

(ossau command-loop)
(ossau interactive)
(ossau interactive core-handlers)
(ossau interactive utils)

These modules provide generic command line and interactiveness
handling that might be just what you want.  (And if not, they might at
least help you as examples of how to translate user input into Scheme
code that you can pass to eval.)  The guile-debugger package is at
http://www.ossau.uklinux.net/guile/guile-debugger-0.2.tar.gz.

Regards,
        Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]