Hacker News new | ask | show | jobs
by theseoafs 3373 days ago
Haskell is a compiled language.
1 comments

There 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).