Why is it not possible to evaluate lambdas in the immediate window?

后端 未结 5 1290
没有蜡笔的小新
没有蜡笔的小新 2021-02-07 03:36

Is there any particular reason? Is it not possible at all or is it just not implemented yet? Maybe there are any third-party addins that allow lambda evaluations?

5条回答
  •  忘了有多久
    2021-02-07 04:09

    I assume, that because it is lazy evaluation, the immediate window cannot know beforehand what values, the captured variables (closure), should have.

提交回复
热议问题