What is “Lambda Lifting”?

前端 未结 4 1653
时光取名叫无心
时光取名叫无心 2020-12-12 17:09

I just ran into this while going through the Erlang compiler source.

I\'m not really getting it. (go figure ;)), considering that I just realized that there is suc

4条回答
  •  感情败类
    2020-12-12 18:05

    lambda lifting basically eliminates variables and puts them into pure functions, simplifying the execution.

提交回复
热议问题