←back to thread

296 points gyre007 | 1 comments | | HN request time: 0.223s | source
Show context
rafaelvasco ◴[] No.21284292[source]
I feel it's because functional programming is not a general application methodology. It excels at several idioms that we use as programmers but I feel it's something more specialized and niche then OO programming. I personally use OO as a base and iterate from there, using Functional idioms where is applicable. Some classes of programs can be described in its entirety in functional terms, but they're a small portion compared to the whole. Everything can be expressed in OO idiom, even if it's not the optimum way; I don't know if the same can be said of Functional. Would like to know more;
replies(2): >>21285579 #>>21288551 #
1. iLemming ◴[] No.21288551[source]
> Everything can be expressed in OO idiom

You know, at some point in history most scientists in Europe believed that the math can only be done using Roman numerals.