Skip to content

Commit

Permalink
Fix "Representing Type Information in Dynamically Typed Languages" do…
Browse files Browse the repository at this point in the history
…cument link
  • Loading branch information
olivierodo authored Jun 26, 2024
1 parent 79b29d2 commit 1dc8441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/chapters/10-architecture/6-object-oriented-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you want to continue to really dig into object-oriented programming, here are
- [Inheritance Is Not Subtyping](https://www.cs.utexas.edu/~wcook/papers/InheritanceSubtyping90/CookPOPL90.pdf)
- [A Behavioral Notion of Subtyping](https://www.cs.cmu.edu/~wing/publications/LiskovWing94.pdf)
- [A Denotational Semantics of Inheritance](https://www.cs.utexas.edu/~wcook/papers/thesis/cook89.pdf)
- [Representing Type Information in Dynamically Typed Languages](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.39.4394&rep=rep1&type=pdf)
- [Representing Type Information in Dynamically Typed Languages](https://www.cs.arizona.edu/sites/default/files/TR93-27.pdf)
- [Concurrent Object-Oriented Programming in Act 1](https://web.media.mit.edu/~lieber/Lieberary/OOP/Act-1/Concurrent-OOP-in-Act-1.html)
- [The Power of Interoperability: Why Objects Are Inevitable](http://www.cs.cmu.edu/~aldrich/papers/objects-essay.pdf)
- [Law of demeter](https://www2.ccs.neu.edu/research/demeter/papers/law-of-demeter/oopsla88-law-of-demeter.pdf)
Expand All @@ -51,4 +51,4 @@ From all this you will be able to find several hundred references. I have read o
---

⬅️ [🌇 Architecture & Paradigms: Clean Code](./5-clean-code.md) |
➡️ [🌇 Architecture & Paradigms: Design Pattern](./7-design-pattern.md)
➡️ [🌇 Architecture & Paradigms: Design Pattern](./7-design-pattern.md)

0 comments on commit 1dc8441

Please sign in to comment.