0Day Forums
functional assembly language - Printable Version

+- 0Day Forums (https://zeroday.vip)
+-- Forum: Coding (https://zeroday.vip/Forum-Coding)
+--- Forum: Assembly (https://zeroday.vip/Forum-Assembly)
+--- Thread: functional assembly language (/Thread-functional-assembly-language)



functional assembly language - propheticality726684 - 07-24-2023

Lets say there was an architecture XYZ which was optimised for functional languages (like haskell). Can any tell me the advantages of such an architecture and also a "functional" assembly language?

Thanks in advance


RE: functional assembly language - olvan48 - 07-24-2023

It's impossible since any real hardware is imperative, by its nature. It's like a trinary machine - it's good in theory, but you can't realize it in hardware.


RE: functional assembly language - subcarbide985350 - 07-24-2023

forth is lightweight and low-level lisp.. and,

[stack-computer architecture][1] for forth and lisp

[lisp-machine][2]

[Second-Generation Stack Computer Architecture][3] ([pdf](

[To see links please register here]

)) ([scholar search](

[To see links please register here]

))


[1]:

[To see links please register here]

[2]:

[To see links please register here]

[3]:

[To see links please register here]