|
|
|
|
|
by CyberRabbi
1598 days ago
|
|
> soft-real-time systems No they aren’t soft real time systems either, most applications in general a don’t satisfy soft real time requirements. Most people hack it but hacking it with Haskell requires rewriting your pure functional code into a form that strongly resembles procedural languages like C. This defeats the purpose of a lazy pure functional programming language. |
|
There's only one industrial Haskell codebase I've worked on, and although parts of it were very procedural, that was probably less than half the codebase, even including the IO-bound code. Sure it's one way to use the language, but it's certainly not the only one.