Haskell mutability in compiled state?
Posted
by pile of junk
on Stack Overflow
See other posts from Stack Overflow
or by pile of junk
Published on 2010-05-25T17:44:30Z
Indexed on
2010/05/25
18:01 UTC
Read the original article
Hit count: 123
I do not know much about Haskell, but from what I have read about the mutability of computations (e.g: functions returning functions, complex monads and functions, etc.) it seems like you can do a lot of meta-programming, even at runtime.
- How can Haskell, if everything like functions and monads are so complex, compile to machine code and retain all this?
© Stack Overflow or respective owner