1.

Explain the difference between Haskell and Erlang?

Answer»
S.noHaskellErlang
1.Statically typed functional programmingDynamically typed functional programming
2.The nature of programming is a traditional sand general purpose.The nature of programming is BASED on the run-time actor system model.
3.Ability to abstract semantics and invariants.Average outside it niche
4.Performs mediocre, rediscover from the scratchExcellent support for the DISTRIBUTED system
5.Categorized as mathematical and academic orientedCategorized as pragmatic and practical
13. What is Prelude in Haskell

Prelude is a standard MODULE present in Haskell and is imported by default into every Haskell module unless there is an explicit import statement present in the module or module’s NoImplicitPrelude extension is ENABLED.



Discussion

No Comment Found