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. - ...