Y
Hacker News
new
|
ask
|
show
|
jobs
by
theseoafs
3373 days ago
Haskell is a compiled language.
1 comments
the_why_of_y
3373 days ago
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).
link