|
|
|
|
|
by jacquesm
4163 days ago
|
|
I think this is possibly one area where functional programming could shine if the garbage collection issue could be dealt with once and for all (and that's a hard one). It's for practical reasons impossible to test something with that much state exhaustively, but once broken up into functional units you just might get there. Something along the lines of Erlang for embedded systems. |
|
The abstraction of functional programming does not alleviate all of these issues, and can introduce other ones.