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()
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
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
__
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
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