Re: [Chicken-users] Gnuplot pipe

2019-01-21 Thread Francesco Montanari
Hi Mario, On 1/21/19 7:08 AM, Mario Domenech Goulart wrote: Thanks a lot. Your egg has been added to the coop. Thanks! If you have a chance, please consider porting it to CHICKEN 5 too. Yes, I'll add wiki documentation and also port it to CHICKEN 5 asap. Best, Francesco

Re: [Chicken-users] Gnuplot pipe

2019-01-21 Thread Francesco Montanari
Hi Andy, On 1/20/19 10:23 PM, Andy Bennett wrote: This is great! I installed it and worked through the examples in the README. I've been thinking for a while about how I might easily draw charts with CHICKEN and this seems to be it. Great! It would be nice to have a more complete plotting in

Re: [Chicken-users] SaarCHICKEN Spring 2019 in Saarbrücken, Germany

2019-01-21 Thread Evan Hanson
Enjoy! Sadly I can't make this one but I wish you happy hacking. Evan ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

[Chicken-users] new egg: envsubst

2019-01-21 Thread Robert Jensen
Hello, I cloned envsubst [1] in Chicken 5. You can check it out here [2]. All the best, Rob [1] https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html [2] https://github.com/r1b/envsubst ___ Chicken-users mailing list Chicken-us

Re: [Chicken-users] new egg: envsubst

2019-01-21 Thread Kooda
On 1/21/19 11:51 PM, Robert Jensen wrote: Hello, I cloned envsubst [1] in Chicken 5. You can check it out here [2]. All the best, Rob [1] https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html [2] https://github.com/r1b/envsubst Nice! Thanks for sharing! I added it

Re: [Chicken-users] new egg: envsubst

2019-01-21 Thread Mario Domenech Goulart
Hi Robert, On Mon, 21 Jan 2019 17:51:27 -0500 Robert Jensen wrote: > I cloned envsubst [1] in Chicken 5. You can check it out here [2]. > > All the best, > Rob > > [1] > https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html > [2] https://github.com/r1b/envsubst Thanks