diff --git a/public/posts/2016/03/moving-beyond-the-oop-obsession.md b/public/posts/2016/03/moving-beyond-the-oop-obsession.md index 688808c..622a73e 100644 --- a/public/posts/2016/03/moving-beyond-the-oop-obsession.md +++ b/public/posts/2016/03/moving-beyond-the-oop-obsession.md @@ -1 +1 @@ -I really like this style of modularity in C. Using delegation and other patterns you can go a really long way without inheritance too. \ No newline at end of file +I really like this style of modularity in C and Lisp. Using delegation and other patterns you can go a really long way without inheritance too. \ No newline at end of file