I'm not sure what benefit there would be from a business standpoint lol, but it would be nice to have some of the functionality available programatically. Or make the program extensible.
deftflux
0

Comments

1 comment

  • deftflux
    I just remembered the application I thought of before for disassembling. I was thinking of simplifying code generation by using compiled lambda expressions. If the IL could be disassembled and analysed in such a way that it can be modified and re-generated, that would be useful. Kind of like how LINQ expression trees can be analysed and generated in code, but this would support lambdas with code blocks beyond simple operations meant to be converted to SQL.

    Anyways, that's the kind of functionality--disassembling IL into a language-independent code model--that would be useful to be able to do in code.
    deftflux
    0

Add comment

Please sign in to leave a comment.