Re: [Readable-discuss] My first attempt: a process manager

2014-01-11 Thread David A. Wheeler
> On Sat, Jan 4, 2014 at 12:07 AM, Mike Gran wrote: > > Hi. I thought I'd take a stab at using your readable project > > > > Result is attached. It is a process manager: a structure holds > > a list of functions and data and call the functions as a unit. > > Functions that return #f are removed

Re: [Readable-discuss] My first attempt: a process manager

2014-01-10 Thread Alan Manuel Gloria
On Sat, Jan 4, 2014 at 12:07 AM, Mike Gran wrote: > Hi. I thought I'd take a stab at using your readable project > > Result is attached. It is a process manager: a structure holds > a list of functions and data and call the functions as a unit. > Functions that return #f are removed from the man

Re: [Readable-discuss] My first attempt: a process manager

2014-01-03 Thread David A. Wheeler
That is awesome! Thanks for letting us know! Mike Gran wrote: >Hi.  I thought I'd take a stab at using your readable project > >Result is attached.  It is a process manager: a structure holds >a list of functions and data and call the functions as a unit. >Functions that return #f are removed fr

[Readable-discuss] My first attempt: a process manager

2014-01-03 Thread Mike Gran
Hi.  I thought I'd take a stab at using your readable project Result is attached.  It is a process manager: a structure holds a list of functions and data and call the functions as a unit. Functions that return #f are removed from the manager, and functions that return #t are kept. My impression