0
votes
Why do people think functional programming will catch on?
I have a hard time envisioning a purely functional language being the common language of the day, the reasons for which I won't get in to (because they're flame fodder). That being said, programmin …
4
votes
functional programming model efficiency (Erlang specific)
Hi I am a newbie in the C world. When I think of how we need to solve the following problem (and there are a long list of similar ones), I think it's really inefficient because we ar …
0
votes
Why is determining if a function is pure difficult?
Note that the complexity depends on the language, too. For the more dynamic languages, it's possible to redefine anything at any time. For example, in Tcl
proc myproc {a b} {
if …
