26.04.2014 23:15, Chris Vine пишет: > > guile-lib (not to be confused with guile itself) has some process > starting support in the (os process) module. run-with-pipe may be what > you are looking for, although there are others.
Thank you, *|run-concurrently from http://www.nongnu.org/guile-lib/doc/ref/os.process/ is what I need: I do not plan to communicate with spawned process via pipes. The only unclear thing - is there a way to set environment variable(s) for the spawned process? |* cheers, Max. >