6 ms·
Haskell is a compiled language.
by theseoafs 10y ago
Haskell is a compiled language.
- the_why_of_y 10y agoThere is no such thing as a "compiled language" or an "interpreted language", as this is a property of language implementations: interpreters (GHCi, Hugs) and compilers (GHC, JHC).