From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,b87849933931bc93 X-Google-Attributes: gidfac41,public X-Google-Thread: 109fba,b87849933931bc93 X-Google-Attributes: gid109fba,public X-Google-Thread: f43e6,b87849933931bc93 X-Google-Attributes: gidf43e6,public X-Google-Thread: 103376,b87849933931bc93 X-Google-Attributes: gid103376,public X-Google-Thread: 114809,b87849933931bc93 X-Google-Attributes: gid114809,public X-Google-Thread: 1108a1,b87849933931bc93 X-Google-Attributes: gid1108a1,public From: "Vassili Bykov" Subject: Re: Exceptions as objects (was Re: What is wrong with OO ?) Date: 1997/02/11 Message-ID: <01bc186a$e92be7e0$752d54c7@vbykov.hip.cam.org>#1/1 X-Deja-AN: 218128857 references: <5acjtn$5uj@news3.digex.net> <32dd9fc8.262114963@news.sprynet.com> <5cu43v$jkn@nntpa.cb.lucent.com> <5d93d3$nhs$1@goanna.cs.rmit.edu.au> <5dds5b$gcs@mulga.cs.mu.OZ.AU> <01bc14ab$3ce476e0$752d54c7@vbykov.hip.cam.org> <5def36$rjd@mulga.cs.mu.OZ.AU> <01bc1513$e030fcc0$752d54c7@vbykov.hip.cam.org> <5did8t$mbk@mulga.cs.mu.OZ.AU> organization: Communications Accessibles Montreal, Quebec Canada newsgroups: comp.lang.c++,comp.lang.smalltalk,comp.lang.eiffel,comp.lang.ada,comp.object,comp.software-eng Date: 1997-02-11T00:00:00+00:00 List-Id: Fergus Henderson wrote: > ... On the > other hand, it's not possible to do the equivalent for Pascal's > write statement or for C's for loops, because these are part of > the language proper, not the standard library. Of course it's not possible. So we came to what it started with: it is in principle impossible to have, for example, "for" loop in the standard library instead of the language proper in a C/Pascal/Ada/Java-like language even if it were up to us to move it there, because these languages lack the necessary expressive facilities. It is possible in Smalltalk, CL, or Scheme--even Tcl weird as it is. [But I'm not going into a second round on that, SICP explains it all]