Re: [Chicken-users] wrong number of arguments to continuation when escaping?

2019-07-17 Thread Peter Bex
On Thu, Jul 18, 2019 at 06:43:06AM +0200, Marco Maggi wrote: > I do not understand why some place expects 1 argument. The problem goes > away if I replace: > >(escape) > > with: > >(escape 1) Hi Marco, This is a known "issue", see #1390 and #1601. Improving this so that such

[Chicken-users] wrong number of arguments to continuation when escaping?

2019-07-17 Thread Marco Maggi
Ciao, let's look at this script: (import (scheme) (chicken pretty-print)) (define (doit) (call-with-current-continuation (lambda (escape) (pretty-print 'before) (pretty-print escape) (escape)

[Chicken-users] Second Call for Participation: ICFP 2019

2019-07-17 Thread Sam Tobin-Hochstadt via Chicken-users
** The Early Registration deadline is tomorrow! ** = Call for Participation ICFP 2019 24th ACM SIGPLAN International Conference on Functional Programming and affiliated events August 18 - August 23, 2019 Berlin, Germany