Re: [ANN] Guile-Parallel 1.0.0 released

2022-12-31 Thread Olivier Dion via General Guile related discussions
On Sat, 31 Dec 2022, Zelphir Kaltstahl wrote: > Maybe I can already make use of it in coming AoC puzzles. Any sort of feeback is welcome! > I am currently a bit confused about where the line is between a good use-case > for guile-parallel and guile-fibers. Or whether they could work well toget

[ANN] Guile-SSH 0.16.1 released

2022-12-31 Thread Artyom V. Poptsov
Hello Guilers! I'm pleased to announce Guile-SSH 0.16.1: https://github.com/artyom-poptsov/guile-ssh/releases/tag/v0.16.1 As usual, this release tag is signed with my GPG key[1]. This release disables tests that require DSA public key algorithm support by default; this fixes test failures when

Re: [ANN] Guile-Parallel 1.0.0 released

2022-12-31 Thread Zelphir Kaltstahl
Hello Olivier! On 12/31/22 04:55, Olivier Dion via General Guile related discussions wrote: Hi Guilers, I'm happy to announce the first release of guile-parallel. A library that offers primitives for parallelization of your programs. Project page: List

[ANN] nyacc 1.08.1 released

2022-12-31 Thread Matt Wette
NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for generating parsers and lexical analyzers.  It also provides sample parsers and pretty-printers using SXML trees as an intermediate representation. It provides a decent C parser and a `FFI Helper' tool to help create Guile S

OpenMP example to run Scheme procedure in parallel

2022-12-31 Thread Damien Mattei
Yesterday i ran Guile with OpenMP support. It is an idea that i had for a while to use OpenMP available in C with some Guile procedures. OpenMP is a standart to // code in many language C,Fortran,etc on multiple cores on the same hardware (as opposite to MPI that require multiples hosts,a fast netw

Re: [ANN] Guile-Parallel 1.0.0 released

2022-12-31 Thread Damien Mattei
interesting, yesterday i just succed in setting up a // code with Guile that use OpenMP, i will post it in a separate thread. Damien On Sat, Dec 31, 2022 at 4:55 AM Olivier Dion via General Guile related discussions wrote: > Hi Guilers, > > I'm happy to announce the first release of guile-parall