Re: [ANN] Guile-DRMAA 0.1.0

2021-04-28 Thread Ricardo Wurmus
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

Re: How to use guile in a development process

2021-04-28 Thread Nala Ginrut
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

Re: [ANN] Guile-DRMAA 0.1.0

2021-04-28 Thread Matt Wette
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

How to use guile in a development process

2021-04-28 Thread Anthony Quizon
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

[ANN] Guile-DRMAA 0.1.0

2021-04-28 Thread Ricardo Wurmus
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

Re: GNU Guile 3.0.6 released

2021-04-28 Thread Jérémy Korwin-Zmijowski
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

GNU Guile 3.0.6 released

2021-04-28 Thread Andy Wingo
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