Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!ames!necntc!culdev1!drw From: drw@culdev1.UUCP (Dale Worley) Newsgroups: comp.lang.misc Subject: software ICs vs. libraries Message-ID: <1691@culdev1.UUCP> Date: Fri, 23-Oct-87 10:38:39 EST Article-I.D.: culdev1.1691 Posted: Fri Oct 23 10:38:39 1987 Date-Received: Sun, 25-Oct-87 15:50:17 EST Organization: Cullinet Software, Westwood, MA, USA Lines: 11 Another feature of "software ICs" comes from the fact that they are part of an object-oriented system. One can actually write, say, a linked list manager that will work on objects of *any* type. In most languages, this is impossible to do in a library routine. I suspect that I could write considerably less code if I could write in one statement all the trivial, but extremely stereotyped, bits of code. After all, what fraction of your lines of code are loop-and-search, and other completely standard stuff? Dale