Matt Wette writes:
(You cannot *yet* get it through Guix, because there appears to
be a
regression in the excellent FFI helper included in nyacc
versions
later than 1.03.0. A guix.scm file is included in the git
repository that builds a slightly older version of nyacc.)
Sorry about the i
Hi Anthony!
You may use "guile -L ." to add the current path to the load path, then you
can import the module.
Best regards.
On Thu, Apr 29, 2021, 08:57 Anthony Quizon wrote:
> Hello,
>
> I'm having trouble finding a good development process with guile.
>
> I have a file foo.scm and I'm trying
On 4/28/21 2:39 AM, Ricardo Wurmus wrote:
Hi there,
I’m writing this to unceremoniously announce the first release (0.1.0)
of Guile DRMAA. Guile DRMAA provides Guile bindings to version 1 of
the DRMAA library, a library to interact with different HPC
schedulers. It uses Matt Wette’s most
Hello,
I'm having trouble finding a good development process with guile.
I have a file foo.scm and I'm trying to load it into the repl.
However, I couldn't find any documentation on how to easily do this.
I tried looking up ",help module" in the repl which told me to use ",load
FILE".
But when I
Hi there,
I’m writing this to unceremoniously announce the first release
(0.1.0) of Guile DRMAA. Guile DRMAA provides Guile bindings to
version 1 of the DRMAA library, a library to interact with
different HPC schedulers. It uses Matt Wette’s most excellent FFI
helper; thank you!
Here’s th
Le mercredi 28 avril 2021 à 09:17 +0200, Andy Wingo a écrit :
> We are pleased to announce GNU Guile release 3.0.6, the latest in the
> 3.0 stable release series.
Hey Andy,
This is so coool !
Thank you to all the Guile Hackers involved.
Can't wait to play with it.
Take care,
Jérémy
We are pleased to announce GNU Guile release 3.0.6, the latest in the
3.0 stable release series.
Compared to the previous release in the 3.0 series, Guile 3.0.6 improves
source-location information for compiled code, removes the dependency on
libltdl, fixes some important bugs, adds an optional bu