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
 

Maybe the reason nobody bothered to make a new language standard is because to this day many people are still saying Haskell '98 when they refer to plain Haskell, while Haskell 2010 is 14 years old now.

#haskell

top 1 comments
sorted by: hot top controversial new old
[–] bss03 1 points 1 year ago

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.