9

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?

2 Answers 2

10

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".

Sign up to request clarification or add additional context in comments.

Comments

0

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

1 Comment

Lisp machines were optimized to run Lisp programs, but weren't machine models. Furthermore, from what I understand, they were still sequential. A suitable machine model for (pure) functional programming shouldn't be sequential.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.