[Gauche-devel] Implementation of Futures 2
R7RS Scheme scripting engine
Status: Beta
Brought to you by:
shirok
|
From: Glenn T. <gl...@ne...> - 2023-02-14 00:53:26
|
2023-2-13 Hi Shiro, Hope you're doing well. As I've always say to myself, "This whole thing will start with my own laziness". And this e-mail is no exception :-). In my last e-mail, you gave me the answer to your implementation of futures. You mentioned that I should "collect" the results in "check-trees-of-depth". Now in Common lisp it's kind of easy to do this using the loop construct. In your implementation of srfi-42, Eager Comprehensions, I think I you had written a "collect" verb. Can you explain to me if or how I could use this to ease the pain of writing btree-2.scm which I've attached to this e-mail. (I see you have a module to do collections also in Gauche.collection. Maybe I should look into this.) Sorry for imposing on you, but ... I have to take my grandson to basketball practice now. How gauche am I? Thank-you Glenn |