Re: New egg: nng

2021-11-01 Thread Arnaud Bailly
ot it would make to port what I have to nng given it seems to have more traction nowadays. Having TLS support is indeed interesting. Regards, -- Arnaud Bailly - @dr_c0d3 On Mon, Nov 1, 2021 at 5:28 PM Ariela Wenner wrote: > Honestly, for my usecase, they are about the same. > > My main wor

Re: New egg: nng

2021-11-01 Thread Arnaud Bailly
I am currently using 0MQ (not in chicken though) and have been looking at nng for a while, but unsure how mature it is. What's your feedback using it? What are you using it for? Just curious :) -- Arnaud Bailly - @dr_c0d3 On Sun, Oct 31, 2021 at 9:19 PM Ariela Wenner wrote: > >

Re: How to handle egg with multiple modules

2021-05-25 Thread Arnaud Bailly
On Tue, May 25, 2021 at 1:42 PM wrote: > > > (modules species (species ui)) > > declares 2 modules, I"m not sure chicken-install can detect that the extension > consists of 2 files, with one module for each. > Does this mean that extensions are not supposed to be composed of more than one module?

Re: csm 0.1

2021-05-25 Thread Arnaud Bailly
Exactly what I was looking for! -- Arnaud Bailly - @dr_c0d3 On Tue, May 25, 2021 at 7:29 PM wrote: > > Hi! > > A first version of "csm" is available, a build system for CHICKEN Scheme > programs: > > http://wiki.call-cc.org/eggref/5/csm > > Assuming a sm

Re: How to handle egg with multiple modules

2021-05-25 Thread Arnaud Bailly
`origin.ui.import.scm' does not exist Error: shell command terminated with nonzero exit code 16384 -- Arnaud Bailly - @dr_c0d3 On Tue, May 25, 2021 at 1:31 AM wrote: > > > Error: (car) bad argument type: > > |\xcf\xfa\xed\xfe\x07\x00\x00\x01\x03\x00\x00\x00\x02\x00\x00\x00\x11\x00\x00

Fwd: How to handle egg with multiple modules

2021-05-24 Thread Arnaud Bailly
s for your help -- Arnaud Bailly - @dr_c0d3 On Tue, May 25, 2021 at 1:31 AM wrote: > > > Error: (car) bad argument type: > > |\xcf\xfa\xed\xfe\x07\x00\x00\x01\x03\x00\x00\x00\x02\x00\x00\x00\x11\x00\x00\x00\x90\x06\x00\x00\x85\x00| > > > > I haven't analyzed this, but

How to handle egg with multiple modules

2021-05-24 Thread Arnaud Bailly
re is the modified egg with the `modules` configuration ;;; srfi-1.egg -*- Scheme -*- vim: ft=scheme: ((synopsis "Origin of Species Library") (version "0.1") (author "Arnaud Bailly") (maintainer "Arnaud Bailly") (category tools) (test-depende

Re: Request for review

2021-05-14 Thread Arnaud Bailly
-- Arnaud Bailly - @dr_c0d3 On Fri, May 14, 2021 at 10:27 PM Vasilij Schneidermann wrote: > > > I'd generally recommend studying Riastradh's style guide [1]_. Thanks for the pointer! > > - Why bind variables with let, then immediately set! them? For > side-effec

Request for review

2021-05-11 Thread Arnaud Bailly
from more experienced scheme developers, esp. when it comes to structuring, idiomatic code patterns, egg definitions... https://gitlab.com/abailly/origin-of-species Thanks - -- - -- Arnaud Bailly - @dr_c0d3 -BEGIN PGP SIGNATURE- Version: FlowCrypt Email Encryption 8.0.6 Comment: Seamlessly

Re: "Live coding" on Mac OS X

2021-05-11 Thread Arnaud Bailly
level definition and send it to the REPL which "should" work but seems like it's not. - -- - -- Arnaud Bailly - @dr_c0d3 On 2021-05-11 at 14:16, m...@vasilij.de wrote: > Hello Arnaud, > > > But it's not working properly: What I observe is that when I change a

"Live coding" on Mac OS X

2021-05-11 Thread Arnaud Bailly
rev 317468e4) macosx-unix-clang-x86-64 [ 64bit dload ptables ] I am on Mac OS X Catalina 10.15.7. Thanks for your help. -- Arnaud Bailly - @dr_c0d3