Hey all, I've been playing with Kotlin and I am liking what I'm seeing. I have read a few fleeting comments stating that expresison trees are planned but I can't find any information on them. Timeframe, etc.?
By expression tree I mean something like the Expression API in .net or the refiy().tree in scala where I could say take a lambda and traverse the tree and convert it to somethign else etc.
I search the issues and this forum but got no results.
Would be the best, specially if it adds reflection possibilities like the c# linq does with the CustomLinqProvider, where you can translate the expression to anything that you want