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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0a59694a441eb7b X-Google-Thread: fac41,e0a59694a441eb7b X-Google-Attributes: gid103376,gidfac41,public X-Google-ArrivalTime: 2004-04-29 01:32:44 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada,comp.lang.eiffel Subject: Re: OOP Language for OS Development Date: Thu, 29 Apr 2004 08:32:43 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <95db0572.0404142153.431fd058@posting.google.com> <40900BB0.4040302@tele2.fr> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1083227563 21559 134.91.1.34 (29 Apr 2004 08:32:43 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 29 Apr 2004 08:32:43 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:7558 comp.lang.eiffel:771 Date: 2004-04-29T08:32:43+00:00 List-Id: In comp.lang.eiffel Philippe Ribet wrote: : But never forget, each time you need extreme performance or : very specific instructions, you can use C code (inline or external : function call). Is SmartEiffel just using the C calling convention (allowing a host of languages) or must it be a C program at the other end? (Proven and efficient matrix multiplication is not always written in C.) -- Georg