> 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
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
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
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