lilypond-user
[Top][All Lists]
Advanced

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

Re: Please how to use the Scheme debugger?


From: David Pirotte
Subject: Re: Please how to use the Scheme debugger?
Date: Wed, 28 May 2014 14:38:13 -0300

Mark,

>  (use-modules (ice-9 readline))
> readline is not provided in this Guile installation

The Guile Reference Manual version 2.0.11 says:

        4.4.2 Readline

        To make it easier for you to repeat and vary previously entered 
expressions,
        or to edit the expression that you’re typing in, Guile can use the GNU
        Readline library.

Which means you need to install the GNU Readline library if you want to use it:

        apt-get install readline-common libreadline6 libreadline6-dev

This said, if you really want to hack in guile, you'll do yourself a favor in
investing a little of your time to study and use emacs and geiser instead:

        http://www.emacswiki.org/
        http://www.emacswiki.org/emacs/Scheme
        
                For Scheme, a new Emacs mode is available: Geiser. It supports 
Guile
                and Racket (previously known as PLT Scheme). On Debian or 
Ubuntu, it
                can be installed with sudo apt-get install geiser.

        http://www.nongnu.org/geiser/

Cheers,
David



reply via email to

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