[ANN] gucu: guile ncurses v0.1
Hi- I've updated a Guile library that wraps most of the ncurses library. This release adds wrappers for the forms and panel libraries. It is still an alpha: documentation for form, panel, and menu libraries are incomplete; test suite is incomplete for form, panel and menu libraries. It lives at http://gano.sourceforge.net/ It works for me on GNU/Linux and Cygwin. Thanks, Mike Gran
Re: [ANN] gucu: guile ncurses v0.1
Hello, Mike Gran <[EMAIL PROTECTED]> writes: > I've updated a Guile library that wraps most of the ncurses library. The documentation already looks quite large, which is nice! Is the forum also accessible as a mailing list, or could it be made so? Thanks, Ludovic.
Re: packaging a guile module, call/cc tutorial
Hi, "John Trammell" <[EMAIL PROTECTED]> writes: > I have a guile issue and a scheme issue I'm hoping you can help me > with. My guile issue is that I've built a rudimentary module > (following the code in > http://www.gnu.org/software/guile/manual/html_node/Creating-Guile-Modules.html) > that I'd like to tar up and make available as a GPL'ed installable > package. Can any of you point me to documentation or an example of > how to do that? I have something cobbled together with a Makefile but > I'd like to think there's a more sophisticated solution out there. Dale Smith on IRC noted that Martin Grabmüller once wrote a skeleton for Guile extensions written in C: http://uebb.cs.tu-berlin.de/~magr/guile/guile-extension-0.0.1.tar.gz It has a `convert.sh' script that automatically sets up the basic package environment for you. For instance, running "./convert.sh foo" creates a `guile-foo' package, with C stubs in `foo.c' and `foo.h'. There are also Guile bindings for many libraries that you could use as a starting point, although it won't be as straightforward as running a script. Thanks, Ludovic.
Re: [ANN] gucu: guile ncurses v0.1
Mike Gran <[EMAIL PROTECTED]> writes: >> From: Ludovic Courtès <[EMAIL PROTECTED]> > >> Is the forum also accessible as a mailing list, or could it be made so? > > It is true that Sourceforge forums are terrible. The bug tracker is okay, > though. > > I'm hesitant to do much beyond what Sourceforge provides, since this project > will always have extremely limited appeal. I thought SF also allowed you to create mailing lists, hence my question. > You might have noted that every message in the forum is written by me, and > occasionally replied to by me. I do it solely to keep my activity rating > high, so my project shows up at the top of the listings. :-) Yeah, but they appeared to be worthy reading, which is why I'd be happy to follow it with my favorite mail or news reader. :-) Thanks, Ludovic.
Re: [ANN] gucu: guile ncurses v0.1
> From: Ludovic Courtès <[EMAIL PROTECTED]> > Is the forum also accessible as a mailing list, or could it be made so? It is true that Sourceforge forums are terrible. The bug tracker is okay, though. I'm hesitant to do much beyond what Sourceforge provides, since this project will always have extremely limited appeal. You might have noted that every message in the forum is written by me, and occasionally replied to by me. I do it solely to keep my activity rating high, so my project shows up at the top of the listings. :-) -- Mike Gran
Re: [ANN] gucu: guile ncurses v0.1
> From: Ludovic Courtès <[EMAIL PROTECTED]> > I thought SF also allowed you to create mailing lists, hence my > question. Doh! I disabled that feature so long ago, I'd forgotton its existence.