Mark H Weaver skribis:
> I'd like to hear opinions on how to print promises. Here are mine:
>
> * I don't like # and #>.
>
> * Both forms should start with #, because from a user's
> point of view that is the type.
+1
> * We should avoid printing "# location tag would be useful, but let's
On Fri, Apr 05, 2013 at 08:36:51AM -0400, Chris K. Jester-Young wrote:
> > The clarity of this code could greatly benefit from some helper
> > procedures. One possibility would be a procedure that takes a promise
> > and two continuation arguments: one to call if the promise has already
> > been c
Hi Mark,
On Fri, Apr 05, 2013 at 02:48:29AM -0400, Mark H Weaver wrote:
> Thanks for working on this, but in the future, please post your proposed
> patches for review before pushing to stable-2.0 or master.
You're right, that was a lapse of judgement on my part. Sorry.
> > -(define %stream-null
Hi Chris,
Thanks for working on this, but in the future, please post your proposed
patches for review before pushing to stable-2.0 or master.
> commit 4a1cdc9d5d643d05fa7a18febc7c12070f3ef6d9
> Author: Chris K. Jester-Young
> Date: Thu Apr 4 22:18:40 2013 -0400
>
> Add record type printers