From ae6bf88de47c10feb06c911451277ca58887bbbc Mon Sep 17 00:00:00 2001 From: Valery Ushakov Date: Thu, 26 Oct 2023 01:27:36 +0300 Subject: [PATCH] Add topic "clu" --- topics/clu/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/clu/index.md diff --git a/topics/clu/index.md b/topics/clu/index.md new file mode 100644 index 00000000000..532b3a1670a --- /dev/null +++ b/topics/clu/index.md @@ -0,0 +1,10 @@ +--- +created_by: Barbara Liskov et al. +display_name: CLU +released: 1975 +short_description: CLU was the first implemented programming language to provide direct linguistic support for data abstraction. +topic: clu +url: https://pmg.csail.mit.edu/CLU.html +wikipedia_url: https://en.wikipedia.org/wiki/CLU_(programming_language) +--- +CLU was the first implemented programming language to provide direct linguistic support for data abstraction. CLU contains a number of other interesting and influential features, including checked exceptions, iterators, and parametric polymorphism.