Re: Using open-input-output-pipe

2018-01-22 Thread Edwin Watkeys
Hi all, Thanks for all the input. Here a simple implementation that I've come up with; I'm not sure it's bullet-proof. This scenario is so common—using open-input-output-port on a Unix filter—that I would argue that the rw-port design is broken; there really should be a way to close the input and

Re: Haunt load path

2018-01-22 Thread Catonano
2018-01-14 8:44 GMT+01:00 Catonano : > I have a naive question (as usual) > > I'm trying David Thompson's Haunt static site builder > > In my blog root I made a "scheme/builder/blog.scm" path > > and blog.scm contains a builder called "my-builder" > > my-builder is copied from the built in builder

Re: Using open-input-output-pipe

2018-01-22 Thread Chris Vine
> On 01/21/2018 12:31 PM, Edwin Watkeys wrote: > > > Hi all, > > > > I'm trying to write a procedure that processes some input through a > > unix utility. Open-input-output-pipe returns a bidirectional pipe > > that I can both read and write to. However, there is no way that I > > can figure out t