Is there any way to do this? (define str "hello") (foreign-lambda* int ((int x)) str)
(Actually i'm trying to solve the more restricted problem of generating a call to foreign-lambda* from a macro and synthesising the string it's passed within the macro, so if the general case has no answer I'm hoping that at least is doable) martin _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
