This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bindings


Hello,

    If evaluating for instance a simple Scheme code such as :

    (define (square a )(* a a )) (square 3)

    Is there any feasible way to attach the named variable 'a' to 3 at any
given point, and catch the lambda called square and its parameters as well?
The idea is to store contour variables for diagram purposes.

Any help appreciated.
Cheers.
Alex



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]