On 08/15/2012 11:03 AM, Weiqi Gao wrote: > I just spotted a problem with Kawa's call/cc. Here's what Kawa does: > > $ kawa > #|kawa:1|# (+ 1 (call/cc (lambda (k) (+ 2 (k 3))))) > /dev/stdin:1:6: warning - unreachable code > 5 I checked in a fix for this. -- --Per Bothner per@bothner.com http://per.bothner.com/