CLIM mail archive

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

Accepting a function?



I'm trying to write a clim:accept dialog where the 
value to be accepted and applied is a lambda function IE.:

(apply (clim:accept 'clim:expression) 1)

ENTER AN EXPRESSION> #'(lambda (x) (print x))


When I try to do this, I get an error message claiming that the 
object #'(LAMBDA # #) is not a valid function.

Is there a special type I should be using? Do I need to write my own?

Any solutions?


0,,

Follow-Ups:

Main Index | Thread Index