Hacker News
- Functional programming vs. object-oriented programming https://blog.cleancoder.com/uncle-bob/2018/04/13/FPvsOO.html 2 comments
- Blending Cultures: Best of Functional, Protocol- and Object-Oriented Programming https://realm.io/news/tryswift-daniel-steinberg-blending-cultures/ 2 comments
- What's wrong with Object-Oriented Programming and Functional Programming https://yinwang0.wordpress.com/2013/11/09/oop-fp/ 142 comments
- CLOS: Integrating Object-Oriented and Functional Programming (2004) [pdf] https://dreamsongs.com/Files/clos-cacm.pdf 87 comments
- Functional Programming for the Object-Oriented Programmer by Brian Marick http://leanpub.com/fp-oo 28 comments
- Object-oriented vs. functional styles in curricula (plus a response from Alan Kay) http://www.amazon.com/gp/blog/post/PLNKVUNBWIDAS9YQ 2 comments
- Ciao – Logic, constraint, functional, higher-order, and object-oriented language http://ciao-lang.org/ 6 comments
Lobsters
- CLOS: Integrating Object-Oriented and Functional Programming (2004) https://dreamsongs.com/Files/clos-cacm.pdf 6 comments lisp , pdf , plt
- Improving your Web App with Functional Object-Oriented Design https://medium.com/@bradurani/improving-your-web-app-with-functional-object-oriented-design-5218f9732b74 3 comments programming , web
- Functional Programming in Object-Oriented Programming in C# https://www.codeproject.com/articles/5162828/functional-programming-in-object-oriented-programm 26 comments csharp
- Upgrade from object-oriented to functional programming with this weird trick (my blog post) https://wbazant.github.io/blog/2018/07/10/upgrade-from-object-oriented-to-functional-programming-with-this-weird-trick/ 17 comments perl
- Why the debate on Object-Oriented vs Functional Programming is all about composition http://zeroturnaround.com/rebellabs/why-the-debate-on-object-oriented-vs-functional-programming-is-all-about-composition/ 197 comments programming
- From object-oriented JS to functional ReScript https://fullsteak.dev/posts/from-oop-javascript-to-functional-rescript 4 comments javascript
- ELI5: the difference between object-oriented, imperative, functional and declarative programming paradigms https://www.reddit.com/r/learnprogramming/comments/4hxth7/eli5_the_difference_between_objectoriented/ 4 comments learnprogramming
- Functional Programming for the Object-Oriented Programmer by Brian Marick http://leanpub.com/fp-oo 4 comments ruby
- First blog post - "Object-Oriented JavaScript Part 1: The Functional Pattern". Feedback is welcome! http://1closure.com/2012/06/object-oriented-javascript-the-functional-pattern 19 comments javascript
- The Influence of Functional and Object-Oriented Programming Paradigms on Programming Style http://symbo1ics.com/blog/?p=846 3 comments programming
- Functional vs. Object-Oriented JavaScript Development http://msdn.microsoft.com/hi-in/scriptjunkie/gg476048(en-us).aspx 5 comments javascript
- Functional vs. Object-Oriented JavaScript Development. What's your choice of style? http://msdn.microsoft.com/en-us/scriptjunkie/gg476048.aspx 18 comments programming
- Object-oriented vs. Functional Teaching (with comments from Alan Kay) http://www.amazon.com/gp/blog/post/plnkvunbwidas9yq 24 comments programming
- ae: A Functional Object-oriented Programming Language http://fmota.wordpress.com/2007/07/24/ae-functional-object-oriented-programming-language/ 2 comments programming
- BYOB (Build Your Own Blocks) - MIT Scratch with functional and object-oriented extensions. Intended for undergraduate CS courses. Alpha release. http://byob.berkeley.edu/ 9 comments programming
- Are there responses from Peyton Jones, Meijer or Hughes to Meyer's "Software Architecture: Object-Oriented Versus Functional" http://codebetter.com/matthewpodwysocki/2009/03/09/which-is-more-beautiful-architecture-fp-or-oop/ 7 comments haskell
- C# language designer Mads Torgersen: "Essentially, when it comes to cloud programming, history is on the side of functional programming, I'm sorry. Object-oriented programming is not good for that. [...] Encapsulation is dead. You need the data to be public." https://www.youtube.com/watch?t=2835s&v=CLKZ7ZgVido 12 comments clojure
- C# language designer Mads Torgersen: "Essentially, when it comes to cloud programming, history is on the side of functional programming, I'm sorry. Object-oriented programming is not good for that. [...] Encapsulation is dead. You need the data to be public." https://www.youtube.com/watch?t=2835s&v=CLKZ7ZgVido 48 comments programming
- [INTERVIEW] "Object-oriented and functional programming are not opposites but two sides of the same coin, you gain a lot by merging them" - Martin Odersky discusses all things Scala and what's next for Typesafe http://blog.skillsmatter.com/2014/12/08/while-its-compiling-skills-matter-interviews-martin-odersky/ 4 comments scala