We also thought at some point in time to use the textual representation of the lambda / function name for the name.Through the Macros, we should have access to the AST and shoul dbe able to call "toString()" on it.For example, teh name could then be:- Lambda: (a: Int, b: Int) => a + b- Referencing a function: "computeSum"
Free forum by Nabble | Edit this page |