Re: problem with make-procedure-with-setter

2000-06-04 Thread Mikael Djurfeldt
Keisuke Nishida <[EMAIL PROTECTED]> writes: > guile> (define f (make-procedure-with-setter (lambda (a) a) (lambda (a v) v))) > guile> (f) > standard input:5:1: In expression (f): > standard input:5:1: Bad memory access (Segmentation violation) > ABORT: (signal) > guile> > > I think this should

Re: problem with make-procedure-with-setter

2000-05-15 Thread Mikael Djurfeldt
Keisuke Nishida <[EMAIL PROTECTED]> writes: > The following sequence causes a problem with the current Guile: > > % guile -q > guile> (define f (make-procedure-with-setter (lambda (a) a) (lambda (a v) v))) > guile> (f) > standard input:5:1: In expression (f): > standard input:5:1: Bad memory acc

problem with make-procedure-with-setter

2000-05-14 Thread Keisuke Nishida
Hello, The following sequence causes a problem with the current Guile: % guile -q guile> (define f (make-procedure-with-setter (lambda (a) a) (lambda (a v) v))) guile> (f) standard input:5:1: In expression (f): standard input:5:1: Bad memory access (Segmentation violation) ABORT: (signal) guile>