Re: how to pipe the output of one process to another using guile ?

2017-09-06 Thread Samuel Barreto
Hi, Well thank you, I did not know about guile-lib (os process) nor sph-mn ! (tail-call-pipeline ...) seems to do the job for me. I'll let you know what I ended up with ! Thanks for your help :) Samuel tantalum writes: > hi > > (ice-9 popen) > https://www.gnu.org/software/guile/manual/html_nod

Re: Summer of Code Recap

2017-09-06 Thread Amirouche Boubekki
On 2017-09-06 20:25, Amirouche Boubekki wrote: On 2017-09-02 00:09, Amirouche Boubekki wrote: On 2017-08-28 20:56, Ian Price wrote: 1 Introduction == As many of you are aware, I have been working on compiling Guile Scheme to JavaScript this summer, as part of the Google Summer

Re: gw:wcp types in Guile-Gnome

2017-09-06 Thread David Pirotte
Hello, > IMHO it would not violate opaqueness if you could find out (runtime) > which wct class a wcp value belongs to. 'opaque' is just a name, there is no 'properties' such that one could 'violate' (or not) an opaque type: these are just 'opaque' pointers, g-wrap pointers to a C values, and t

re: how to pipe the output of one process to another using guile ?

2017-09-06 Thread tantalum
hi (ice-9 popen) https://www.gnu.org/software/guile/manual/html_node/Pipes.html is the only module that can create sub-processes with pipe input/output and does not use shell. it takes a program name and runs it as a sub-process with a pipe connected to its input/output. but its limited in th

Re: Summer of Code Recap

2017-09-06 Thread Amirouche Boubekki
On 2017-09-02 00:09, Amirouche Boubekki wrote: On 2017-08-28 20:56, Ian Price wrote: 1 Introduction == As many of you are aware, I have been working on compiling Guile Scheme to JavaScript this summer, as part of the Google Summer of Code. This post serves to bookend my work

Re: gw:wcp types in Guile-Gnome

2017-09-06 Thread Tommi Höynälänmaa
Hi IMHO it would not violate opaqueness if you could find out (runtime) which wct class a wcp value belongs to. - Tommi Höynälänmaa