Towel.Mathematics.Symbolics.Expression to Linq Expression #21
Labels
Backlog
issues that are pending availability of the developers
Enhancement
issues that suggest potential improvements
We have the ability to parse
System.Linq.Expressions.Expression
intoTowel.Mathematics.Symbolics.Expression
, but the the reverse would be useful as well. Then aTowel.Mathematics.Symbolics.Expression
could be compiled into adelegate
by first converting it into aSystem.Linq.Expressions.Expression
and then callingCreateDelegate
. Since there is also string parsing, you could generate a delegate from mathematical syntax defined in a string. The ability to convert a math expression into a compiled delegate would likely be much more performant than just keeping it as aTowel.Mathematics.Symbolics.Expression
.The text was updated successfully, but these errors were encountered: