this post was submitted on 14 Feb 2024
1 points (100.0% liked)
Haskell
5 readers
1 users here now
**The Haskell programming language community.** Daily news and info about all things Haskell related: practical stuff, theory, types, libraries, jobs, patches, releases, events and conferences and more... ### Links - Get Started with Haskell
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Most people might say Haskell '98, but don't really mean it, because they don't want n+k patterns, and do want hierarchical modules.
Also, the FFI is simultaneously incredibly useful and a new level/kind of unsafety that doesn't exist in "pure" '98. And, with most Haskell programs still being native (not in-browser, or JVM, or CLR, or other VM), I think the FFI might be undervalued for it's frequency of use.