ncurses wrapper for guile 0.1.0 review

Download
by rbytes.net on

ncurses wrapper for guile project allows you to write applications in the guile scheme dialect using the ncurses library. Getting

License: GPL (GNU General Public License)
File size: 199K
Developer: Dmitry Morozhnikov
0 stars award from rbytes.net

ncurses wrapper for guile project allows you to write applications in the guile scheme dialect using the ncurses library.

Getting Started:

1. Make sure that you have a recent (January 2001 or later) CVS version of Guile installed on your system. (You can type

guile -c '(write-line (version))'

in your terminal window to check which version of Guile you have: the output should be `1.4.1'.) If not, see under "Obtaining guile-ncurses and Guile" how to get it.

2. Make sure that you stand in the `guile-ncurses' directory and type

./configure

This will configure guile-ncurses for your system.

3. Type

make install

to build and install guile-ncurses.

If everything went well we're ready to enter the interpreter...

4. Type

guile

You should now be at the Guile prompt ("guile> ").

5. Type

(use-modules (ncurses ncurses))

so that the guile-ncurses module gets loaded.

6. We're now ready to try some basic guile-ncurses functionality.

Simple try examples from examples/ directory.

ncurses wrapper for guile 0.1.0 search tags