Thread
Stories related to "Object-Functional Programming – A Beautiful Unification or a Kitchen Sink?" across the full archive.
Work in progress; the last two chapters are not yet in the book. Got a ringing endorsement from [Uncle Bob Martin](http://blog.8thlight.com/uncle-bob/2012/08/24/functional-programming-for-the-object-oriented-programmer.html).
Sick of Ruby, dynamic typing, side effects, and basically object-oriented programming
(blog.abevoelker.com)
Lecture about OOP given by Smalltalk Developer Dan Ingalls.
Even in our days, where object-oriented programming is widely accepted, it is still not very well understood by most people. Here's a summary of the lecture, given by Dan Ingal (who worked in Alan Kay's Smalltalk group):
*State-of-the-...
An early introduction to Smalltalk and object-oriented programming concepts. Includes an interview starting at 33m. I realize this is a deep cut, but it was interesting to me to see how very little has changed since Smalltalk.
Uses a Go project as an example but not really Go-specific.
Related to [Can I do FP in my language?](https://lobste.rs/s/uvkiaf/can_i_do_fp_my_language), can I do OOP in FP?
I know that page it's classic, but the history behind it with the biological stuff it's so distant of what Java/C# and other commercial-based-oriented-object programming languages did. Beyond Smalltalk, another object system that for me seems similar to the alan kay concepts it's CLOS: Common Lisp O...
A Modular Scheme for Deadlock Prevention in an Object-Oriented Programming Model (2010)
(se.inf.ethz.ch)
Abstract: "Despite the advancements of concurrency theory in the past
decades, practical concurrent programming has remained a challenging
activity. Fundamental problems such as data races and deadlocks still
persist for programmers since available detection and prevention tools
are unsound or h...