release notes:
Got tired of waiting for Debian, and installed GNU dbm 1.10 under
/usr/local; naturally, Guile-GDBM must follow suit.
thi
README excerpt:
Guile-GDBM is a Guile module that provides Scheme bindings to the
GNU dbm library. It was originally written by Martin Grabmüller
Hello Guilers,
I like to install guile on windows. is there any "ready to use"™ binary
available.?
Thanks.
--
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR
() mark.d.wit...@gmail.com
() Sat, 03 Aug 2013 13:12:48 -0400
I can't see a way to do that without wrapping the whole set of
expressions in `begin', but that's what creates the problem I
described above. I can hack a solution for now but if anyone
knows a clean way to do it, that'd be
() 白い熊
() Thu, 01 Aug 2013 16:42:31 +0400
So if anyone would have alternate ideas [...]
If you are comfortable w/ starting from a Lisp (Emacs or CLISP) base,
perhaps you can find fruitful the "recode" facility of CEDET:
http://www.emacswiki.org/emacs/SemanticRecoder
This addresses the (una
Sorry, the declaration should be this of course
SCM_PROCD(s_procedure_documentation, "procedure-documentation!",
1,1,0, scm_procedure_documentation_x,
"(procedure-documentaton! proc {doc})\n"
"Returns or sets the doc string associated with @code{proc}.");
On Mon,
I found an easy way to set documentation for closures and procedures.
I wrote this to guile-user earlier but send it to guile-devel as well
as it may be of interest.
On Fri, Aug 9, 2013 at 8:06 PM, Roland Orre wrote:
>
> There is no simple way to set procedure-documentation in guile.
> For some y