[ANN] guile-ncurses 2.1 released

Mike Gran <[email protected]> Sun, 13 Nov 2016 01:16:07 +0000 (UTC)
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
I am pleased to announce the release of guile-ncurses v2.1. 

guile-ncurses is a library for the creation of text user 
interfaces in the GNU Guile dialect of the Scheme 
programming language. It is a wrapper of the venerable 
ncurses library.  It contains some general text display and 
keyboard and mouse handling, as well as a form widget and a 
menu widget. 

The webpage is found at 
http://www.gnu.org/software/guile-ncurses 

The package can be downloaded at 
http://ftp.gnu.org/gnu/guile-ncurses/ or 
http://ftpmirror.gnu.org/guile-ncurses 

The e-mail for bug reports or questions is 
[email protected]. 

This release eliminates the typechecking in
SMOB garbage-collection procedures that was
causing exceptions during garbage collection.
Thanks,
Mike Gran