Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-15 Thread Maxim Cournoyer
Hi Luis! [...] > Excellent! Great to see it go live :) > > Good luck everyone! And thanks to you for having accepted to produced the Guixotic artwork! We're very happy about it! :-) -- Maxim

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hey, > > Long live, Guixotic! You’ve assembled a beautiful team and a lovely > project! I wish you success!! Yay, thank you for the kind words and for having been an inspiration throughout the years :-). -- Thanks, Maxim

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Maxim Cournoyer
Hi Reza, reza writes: [...] > Can you share hourly rates for your services, e.g. for sys admin or > packaging work? We do not have rates to publish, as they vary depending on the nature of the project, its size, etc. You are welcome to reach us at cont...@guixotic.coop; we can continue the co

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Maxim Cournoyer
Hi Edouard, Edouard Klein writes: > Congrats on the launch ! Thank you! > I'm very happy to read that more people are trying to use guix > commercially. > > I'm also very happy that you chose a cooperative as a setup, I think > many problems would be solved if every company in the world was a

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: [...] > Which makes me thing: should we have a “Commercial Support” section on > the web site, maybe linked from ? This > would need discussion but I’d personally be fine listing at least > cooperatives and single-person organizations

Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-09 Thread Maxim Cournoyer
Hi, Guixers and Guilers! It is a great pleasure to introduce you to Guixotic, our new worker cooperative specializing in GNU Guix and Guile: https://guixotic.coop/ We are currently three people that you may already be familiar with: Maxim Cournoyer (apteryx), Robin Templeton (lispwitch), and

Re: [ANN] Snuik v0.2 released -- a Snuiky IRC robot in Guile Goblins.

2025-06-25 Thread Maxim Cournoyer
Hi Janneke, Janneke Nieuwenhuizen writes: > Hi! > > It's amazing, a second release of Snuik, and this time it is using > Goblins! The Git archive comes with a couple of small Goblins examples > such as a timer, a source and a sink. Hopefully, this Goblins version > makes Snuik a lot more fun t

Re: mumi issue tracker interface for Guile

2025-04-06 Thread Maxim Cournoyer
Hi Arne, "Dr. Arne Babenhauserheide" writes: > Hi Arun, > > Arun Isaac writes: >> Recently, the mumi instance run by the Guix project also started >> indexing Guile issues. Please try out mumi for guile at >> https://issues.guix.gnu.org/guile . I hope the Guile project can benefit > > This look

Re: Guilr-Lib - New maintainer

2025-02-16 Thread Maxim Cournoyer
Hi Alex, Alex Sassmannshausen writes: > Congratulations Maxim, you will definitely be a great maintainer! > > Thank you David for your work on Guile-lib. It's a library that I've > come to use more and more as time has gone on! Belated thank you :-) I'll screen the guile-devel messages more cl

Re: [BLOG] Why you should port Scheme application to GNU Artanis

2024-12-04 Thread Maxim Cournoyer
Hi Nala, Nala Ginrut writes: > Hi folks! > We have a new post: > https://artanis.dev/blog/why-to-port-to-artanis.html Thanks for sharing! -- Maxim

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 facilities,

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 selec

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 >> --8<---cut

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 suspenda

GNU Guix 1.3.0 released

2021-05-11 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 > * Nu

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 bu

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 a

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