PHD Discussions Logo

Ask, Learn and Accelerate in your PhD Research

Question Icon Post Your Answer

Question Icon

2 years ago in Hardware and Architecture By Jasmin

Is a hardware extension for executing functional language code (like Erlang) feasible?

Is it feasible to design a hardware extension to accelerate the execution of functional language code, such as Erlang?

All Answers (1 Answers In All)

By Akshay R Answered 1 year ago

Feasible, but less beneficial than for Java. Functional languages (Erlang, Haskell) emphasize high-level abstraction, recursion, and immutable data, which don't map as directly to simple bytecode. Acceleration is better achieved through optimized runtime systems and garbage collectors rather than dedicated silicon, making it a niche commercial proposition.

Your Answer