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 a lot for your new egg.

Just a note regarding tests: chicken-install (when invoked with the
-test option) will actually change to the `tests' directory and call
run.scm from there.  In your tests you include a file, presumably
assuming that the current directory is ../tests.  That will not work
with "chicken-install -test".

All the best.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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 to the coop. :)

___
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-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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


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 interface 
rather than passing strings to the Gnuplot pipe with gp:send that 
already requires acquaintance with Gnuplot. But at least it seems to be 
decently flexible.
When working through the examples, I got this error after trying 
`(gp:send "set terminal wxt nopersist")`. I have Debian Jessie's (8.11) 
gnuplot (4.6.6-2+deb8u1).


-
gnuplot> set terminal wxt nopersist
  ^
     line 0: unknown or ambiguous terminal type; type just 'set 
terminal' for a list

-


Thanks! I'll change wxt to x11 that presumably should work with more 
people, and clarify that the idea is to use any of the interactive 
screen displays like qt, wxt, x11.


Best,
Francesco

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


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

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users