Re: GNU Guile 3.0.10 released

2024-06-30 Thread Maxim Cournoyer
Hi Andy and other Guile maintainers, Andy Wingo writes: > We are pleased to announce GNU Guile release 3.0.10, the latest in the > 3.0 stable release series. > > Guile 3.0.10 is a bug-fix release which also adds optimizations, support > for a new WebAssembly back-end, new custom port

Re: Guile-Lib 0.2.8 released

2024-03-31 Thread Maxim Cournoyer
Hi David, David Pirotte writes: > Hello, > > Guile-Lib version 0.2.8 released. Thanks for the release work! guile-lib 0.2.8 will become in GNU Guix shortly. -- Thanks, Maxim

Re: How to abort a read from a socket after some time?

2024-01-21 Thread Maxim Cournoyer
Hi Tomas, Tomas Volf <~@wolfsden.cz> writes: > Hello, > > I am trying to figure out how to abort a read from a socket after some time > elapses. I failed to figure out how to do so. If the reason you want to abort reading from a socket is because the socket may not be ready, you could use

Re: Guile Hoot v0.1.0 RELEASED!

2023-10-17 Thread Maxim Cournoyer
Hi, Nala Ginrut writes: > Congrats! > That's really cool! +1, thanks for the fancy work! -- Thanks, Maxim

Re: Heap profiler

2022-11-12 Thread Maxim Cournoyer
Hi, zimoun writes: > Hi, > > On Mon, 07 Nov 2022 at 12:03, Ludovic Courtès wrote: > >> --8<---cut here---start->8--- >> scheme@(guile-user)> (profile-heap) > > [...] > >> sampled heap: 3.48865 MiB (heap size: 12.78906 MiB) >> $5 = #t >>

Vector pattern matching problem when using ..1

2022-05-30 Thread Maxim Cournoyer
Hello Guilers! I've been trying to what seems to be a behavior discrepancy/bug in the (@@ (ice-9 match) match) syntax. Consider: --8<---cut here---start->8--- > (match #(1 2) (#(x ..1) x)) --8<---cut here---start->8--- $1 =

Re: jump-to-debugger (like Python's pdb.set_trace)

2022-03-14 Thread Maxim Cournoyer
Hi Matt, Matt Wette writes: > Hi All, > > I've put my "jump to debugger" code on github: > https://github.com/mwette/guile-jtd > > jump-to-debugger is a procedure that, when called, > stops execution and fires up a REPL.  It is much like > Python's pdb.set_trace() function. I've yet to try it,

Re: Lost input when using suspendable read-line

2021-08-23 Thread Maxim Cournoyer
Hello Leo! Leo Prikler writes: > Hi, > > Am Montag, den 23.08.2021, 00:04 -0400 schrieb Maxim Cournoyer: >> --8<---cut here---start->8--- >> (use-modules (ice-9 match) >> (ice-9 rdelim) >> (ic

Lost input when using suspendable read-line

2021-08-22 Thread Maxim Cournoyer
Hello, I'm pretty new to this, so hopefully I'm doing something wrong, but when using a suspendable read-line with the following "minimal" program: --8<---cut here---start->8--- (use-modules (ice-9 match) (ice-9 rdelim) (ice-9

GNU Guix 1.3.0 released

2021-05-12 Thread Maxim Cournoyer
We are pleased to announce the release of GNU Guix 1.3.0! This release corresponds to 8,300 commits over almost 6 months by 212 people. Support for the POWER9 platform is now offered as technological preview. This release adds new features, refines the user experience and improves performance.

Re: Python on guile v1.2.3.7

2021-04-11 Thread Maxim Cournoyer
Hi Stefan, Stefan Israelsson Tampe writes: > Hi, > > I released a new tag of my python code that basically is a snapshot of a > work in progress. > > This release includes > * pythons new match statement > * dataclasses > * Faster python regexps through caching and improved datastructures > *

Re: Python on guile

2020-03-01 Thread Maxim Cournoyer
Hello Stefan! Stefan Israelsson Tampe writes: > Hi all, there is an ever stream of tickets to fix in the python clone made > in guile. Usually I spend time testing some python submodule and in the > process realizes issues with the current code base. I'm certain that there > is quite a lot of

Re: Logo proposal

2020-01-29 Thread Maxim Cournoyer
Hello, John Cowan writes: > On Sun, Jan 26, 2020 at 12:02 PM sirgazil wrote: > > https://multimedialib.files.wordpress.com/2020/01/guile-logo-proposal-2020-01-24.png >> >> Personally, I like the one with the single lambda. >> >> >> What do you think? >> > > As I mentioned on IRC, my favorites

Re: GNU Mes 0.20 released

2019-09-11 Thread Maxim Cournoyer
Hello, > We are pleased to announce the release of GNU Mes 0.20, representing > 147 commits over 38 weeks. > > Mes has now brought the Reduced Binary Seed bootstrap to Guix (bootstrap > a GNU/Linux system without binary GNU toolchain or equivalent). It > should land in Guix master any day now: a