Re: system calls

2015-09-01 Thread Marko Rauhamaa
Tomas By : > In a Guile program I am using (system ) to start a C binary > which I then communicate with over the network. > > I'm wondering if there is any way to get the process id of this binary? > > Have tried to call "ps -A|grep " using with-output-to-string and > with-error-to-string, but am

system calls

2015-09-01 Thread Tomas By
Hi all, In a Guile program I am using (system ) to start a C binary which I then communicate with over the network. I'm wondering if there is any way to get the process id of this binary? Have tried to call "ps -A|grep " using with-output-to-string and with-error-to-string, but am not gettin

Re: [ANN] Guile-SSH 0.8.0 released

2015-09-01 Thread Artyom Poptsov
Hi Ludovic. > Maybe this went unnoticed, but these are really awesome features! Thanks! > I think the manual should explicitly remind people that the REPL > server must already be running on the remote machine. I guess it is already mentioned in the manual. From "(guile-ssh) Distributed Forms"

Re: built-in procedural logical operator

2015-09-01 Thread Alex Vong
2015-09-02 0:21 GMT+08:00, David Kastrup : > From (srfi srfi-1): > > (and ...) -> (every identity ... > (or ...) -> (any identity ... > (define (list-of-string? lst) (every string? lst)) > > Of course, this definition returns #t for '() while your definition > returns #f for '(). I'd argue the for

Re: built-in procedural logical operator

2015-09-01 Thread David Kastrup
Alex Vong writes: > Hi everyone, > > I am learning scheme, please bear with me if I am wrong. > > I try to define a new function LIST-OF-STRING? > > (define (list-of-string? lst) > (reduce and #f (map string? lst))) > > and I get the error > > While compiling expression: > ERROR

built-in procedural logical operator

2015-09-01 Thread Alex Vong
Hi everyone, I am learning scheme, please bear with me if I am wrong. I try to define a new function LIST-OF-STRING? (define (list-of-string? lst) (reduce and #f (map string? lst))) and I get the error While compiling expression: ERROR: Syntax error: unknown location: sou

Re: [ANN] Guile-SSH 0.8.0 released

2015-09-01 Thread Ludovic Courtès
Hi! Artyom Poptsov skribis: > * Changes in version 0.8.0 (2015-08-04) > ** Implement port forwarding > ** Add distributed forms > ** Require libssh 0.6.4 or 0.6.5 > ** New module: (ssh tunnel) >The module provides hi-level procedures for SSH tunneling. > ** New module: (ssh dist) >The mo

Re: FOSDEM 2016

2015-09-01 Thread Alex Sassmannshausen
Hello, Pjotr over on guix-devel has proposed we organise a Guile developer track at the next FOSDEM (January 2016). There seems to be a pretty good reception on the guix mailing lists, and we're still looking for ideas for talks, etc. If you'd be interested in giving a talk, check out https: