From 14556145fb06b76e9be9253a539ddd59c704ebf1 Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Tue, 4 Mar 2025 00:40:36 -0300 Subject: [PATCH] articles/oop.md: update --- articles/oop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/oop.md b/articles/oop.md index e7f3333..a8fb88f 100644 --- a/articles/oop.md +++ b/articles/oop.md @@ -20,4 +20,5 @@ allows for greater dynamism, something that on Simula-style OOP can be archived Some languages based on or inspired by Smalltalk-style OOP are: - Objective-C: some [C](c.md)-Smalltalk chimera; similar to C++ but using message passing instead of method calling. - [Common Lisp's](common_lisp.md) CLOS +- Python: but more like in a conceptual way, as in making everything an object. - ...