Saturday, July 30, 2011

Haskell_Questions?

Day - 1:

1. Do Haskell Programs require more memory than the Imperative programs, due to creation of objects every time?

As all objects are immutable in haskell, it may require more objects at run time, which means more memory?

2. Haskell runtime dll/file/so name in windows/unix/Mac? (like: msvcrt or msvb.)

3. how the runtime is able to avoid calling the function when it comes across that statement? But executes it only when its really required? How CLR in .NET is able to do it? How Haskell does it?

4. 

No comments:

Post a Comment