Re: New egg: nng

2021-11-05 Thread Ariela Wenner
ela, > >On Sun, 31 Oct 2021 17:18:45 -0300 Ariela Wenner wrote: > >> So, here's a followup >> >> I linked pthreads and added the things you suggested to the wiki. >> >> As for the hangs, I hate to say this but it seems like the test was the >> pro

Re: New egg: nng

2021-11-01 Thread Ariela Wenner
escribió: > >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 :) > > -- Ariela Wenner

Re: New egg: nng

2021-10-31 Thread Ariela Wenner
. On Sun, 31 Oct 2021 09:59:37 -0300 Ariela Wenner wrote: > Hi Mario! > > Thanks for the feedback! I'll be fixing the minor issues when I have time. > > As for the hang... yeah, damn. That's a bug I THOUGHT I had fixed but > apparently not. It's weird that it only happens with

Re: New egg: nng

2021-10-31 Thread Ariela Wenner
is immensely appreciated. I'll try re-submitting again after the issues are fixed. Thanks again! Cheers. El 31 de octubre de 2021 7:03:20 a. m. GMT-03:00, Mario Domenech Goulart escribió: >Hi Ariela, > >On Fri, 29 Oct 2021 13:35:52 -0300 Ariela Wenner wrote: > >> Hi all! I'd like

New egg: nng

2021-10-29 Thread Ariela Wenner
Hi all! I'd like to add my nng egg to the coop. Went through test-new-egg and everything seems fine. Release info is at https://gitlab.com/ariSun/chicken-nng/-/raw/main/nng.release-info Wiki page is http://wiki.call-cc.org/eggref/5/nng This is the first time I publish an egg so please let

Re: Seeking feedback for nng egg

2021-10-13 Thread Ariela Wenner
Huh, weird. I have been trying to replicate whatever is going on, without luck so far. Would you mind editing the csc-options inside the egg definition on line 8? Should look like this: (csc-options "-C" "-fPIC" "-L" "-lnng") Then try building again. If the error persist send me the logs and

Re: Seeking feedback for nng egg

2021-10-13 Thread Ariela Wenner
Hi Matt! Oh yeah, I'm aware of the srfi-69 dep missing , I'll be fixing that asap I have to admit I've never come across that error while working on this egg, though. What OS are you using? I'll see if I can replicate that. Thanks for giving this a try, cheers! El 12 de octubre de 2021

Seeking feedback for nng egg

2021-10-09 Thread Ariela Wenner
Hi all. I've been working on writing a very barebones nng egg[0] and I think it's usable now. It supports rep, req, pull, push, sub, pub, pair, surveyor, respondent and bus sockets, with TLS transport. At the moment options are kinda limited, but it is fairly easy to add anything missing. If it

Re: [ANN] CHICKEN 5.3.0 release candidate available

2021-08-13 Thread Ariela Wenner
e tracked and never returned to >complete the release after merging the patch. > >Hope it works now. (Can't test myself currently.) > >/Jörg > >Am Fri, 13 Aug 2021 07:35:14 +0200 >schrieb Mario Domenech Goulart : > >> Hi Ariela, >> >> On Thu, 12 Aug 2021

Re: [ANN] CHICKEN 5.3.0 release candidate available

2021-08-12 Thread Ariela Wenner
Hi all, I seem to be running into a weird issue with this rc when trying to install the pigeon-hole egg (might happen with other eggs too, I tested a bunch and it only happened with pigeon-hole though). Link to log output:

Re: Actor model implementation, seeking feedback

2021-06-27 Thread Ariela Wenner
rform in purely local single process > environment where serialization and encryption are not required ? > > Cheers ! > > Théo > > Le 26/06/2021 à 17:38, Ariela Wenner a écrit : >

Re: Actor model implementation, seeking feedback

2021-06-26 Thread Ariela Wenner
(so sorry about the duplicated mail, I forgot to hit reply to all) Hey Vasilij, thanks for the feedback! 0. Haha I know, I legit found out about and got very interested in the actor model wa after I got into Scheme, and was pretty surprised when I read they're related. 1. Why both? Well,

Actor model implementation, seeking feedback

2021-06-26 Thread Ariela Wenner
://github.com/nanomsg/nng -- Ariela Wenner