chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] code not working in order?


From: Felix
Subject: Re: [Chicken-users] code not working in order?
Date: Mon, 11 Apr 2011 10:25:54 +0200 (CEST)

From: Chris Bolton <address@hidden>
Subject: [Chicken-users] code not working in order?
Date: Mon, 11 Apr 2011 00:37:55 -0700

> so here's my code: http://darcsden.com/chris-kun/genpkg
> 
> in genpkg.scm on line 26, (display) is run, however, that output is only
> displayed *after *the aria2 output, which is in the let-values *following *it;
> not sure how to fix this.

Try adding a newline after the display, or call

  (flush-output)


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]