Re: Creating Modules within C

2006-11-17 Thread Ludovic Courtès
Hi, Volkan YAZICI <[EMAIL PROTECTED]> writes: > Within scm_eval(), I need to use a very simple module: > > (define-module ultra-complex-thingy #:pure) > > (Yeah, that's the complete source code of my module.) The problem is, > how can I create and use that module within my C code, in scm_eval()

[ANN] guile-lib 0.1.3 released

2006-11-17 Thread Andy Wingo
Hi, I have released guile-lib 0.1.3. http://home.gna.org/guile-lib/ Guile-lib is a collection of pure-scheme modules implementing a variety of algorithms: parsing, string handling, literate programming, some math/sorting routines, etc. It's a grab bag, packaged up reasonably well. The tarball

Re: A patch for large string support

2006-11-17 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > Thanks. I see no harm in applying this, on the basis that it's > provably safe (subject to comments following) and makes your life a > little easier in future 1.6.x releases. FYI this is in 1.6.x CVS now. Regards, Neil __

Re: [ANN] guile-lib 0.1.3 released

2006-11-17 Thread Andy Wingo
On Fri, 2006-11-17 at 15:25 +0100, Andy Wingo wrote: > The NEWS snippet is attached. Ahem. Version 0.1.3 - Statprof fixes for guile 1.8's numbers - 2-year-old SSAX updates merged, finally + you can make custom parsers now - Package is autotooled - Texinfo parser bugfixes - All

How to document your scheme modules with guile-lib

2006-11-17 Thread Andy Wingo
Hi all, I just wrote a bit about how you can get great on-line help, printed docs, web docs, and info, all autogenerated from your source files. The article is here: http://wingolog.org/archives/2006/11/17/high-on-sodium-vapor I'd like to write a bit on how those docs are made. It's pretty eas