Expression Trees plans

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.

Cheers

We don't have a clear time frame for expression trees yet, but we have them on the roadmap.

OK thanks.

Anything I could do to help?

I can't think of anything at the moment, but maybe later. Thanks

Any updates on this feature?

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