[e-lang] Updoc timing quirk
Mark S. Miller
markm at cs.jhu.edu
Tue Feb 27 09:57:46 CST 2007
Kevin Reid wrote:
> ? interp.waitAtTop(stdout <- print("hello sometime!"))
> # stdout: hello sometime!
>
> ? print("padding")
> # stdout: padding
>
> ? print("padding")
> # stdout: padding
>
> Under E-on-CL's updoc implementation, this passes. Under E-on-Java's,
> "hello sometime!" is collected as part of the first "padding" step's
> stdout.
> [...]
> Please let me know which behavior should be considered correct, so I
> can proceed appropriately.
E-on-CL's behavior should be considered correct.
--
Text by me above is hereby placed in the public domain
Cheers,
--MarkM
More information about the e-lang
mailing list