> From: Thien-Thi Nguyen <[EMAIL PROTECTED]>
>
> that is, `#:use-modules X Y Z' would be exactly equivalent
> to `#:use-module X #:use-module Y #:use-module Z'.
>
> quantitatively, for N upstream (used) modules, this would result
> in N-1 fewer keywords required in the `define-module' form.
>
>
Ciao,
I am thinking about adding a version number to my modules;
I want a simple scheme 'major.minor', with NO patch level
and NO status indicator (devel, alpha, beta, stable). The
major number changes only when backward compatibility is
broken.
No problem for C language shared l
Ciao,
is there a specific reason for Guile not to install a
pkg-config meta file? It should be as simple as putting:
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Guile
Description: GNU's Ubiquitous Intelligent Langu