Machine model for functional programming

风格不统一 提交于 2019-12-31 22:26:11

问题


I've read somewhere that the current machine model is not quite fit for functional programming. So what is the limitations of the current machine model? Has a more suitable machine model been developed?


回答1:


Landin's SECD machine was one of the first designed to evaluate lambda calculus expressions. Ager et al. cover other abstract and virtual machines designed to do same in their paper "A Functional Correspondence between Evaluators and Abstract Machines".




回答2:


Yes, it was developed. Here's an article on Lisp Machine.



来源:https://stackoverflow.com/questions/3968949/machine-model-for-functional-programming

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!