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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.203.113 with SMTP id e77mr6623427yho.15.1397750140539; Thu, 17 Apr 2014 08:55:40 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!m5no2792871qaj.1!news-out.google.com!du2ni11054qab.0!nntp.google.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx23.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:31.0) Gecko/20100101 Thunderbird/31.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Heartbleed References: <1ljwj8f.1wqbhvuabsdw1N%csampson@inetworld.net> <51c7d6d4-e3be-44d5-a4ce-f7e875345588@googlegroups.com> <%J32v.70539$kp1.45343@fx14.iad> <87tx9so50m.fsf@adaheads.sparre-andersen.dk> In-Reply-To: <87tx9so50m.fsf@adaheads.sparre-andersen.dk> Message-ID: <0QS3v.125342$FB6.51456@fx23.iad> X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Thu, 17 Apr 2014 15:55:40 UTC Organization: TeraNews.com Date: Thu, 17 Apr 2014 09:55:38 -0600 X-Received-Bytes: 1950 X-Received-Body-CRC: 391421046 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Original-Bytes: 2327 Xref: number.nntp.dca.giganews.com comp.lang.ada:185784 Date: 2014-04-17T09:55:38-06:00 List-Id: On 17-Apr-14 00:15, Jacob Sparre Andersen wrote: > Simon Clubley wrote: > >> The goal here is to replace C when writing libraries which are used on >> a vast range of platforms (like OpenSSL). That simply isn't going to >> happen unless the compiler runs on the same range of platforms C >> compilers currently run on and unless the code generator in the >> compiler generates code for the same range of targets the C compilers >> currently do. > > Would something as simple as having the choice of compiling to C be > enough? Then you could always generate a C library/application for a > target without direct support. > > I will not claim that I expect it to be easy to target any random C > compiler, but it might be doable. > > I can't tell if it would help replacing C or cement C's status as the > defacto standard programming language. > > Greetings, > > Jacob I think doing this would only cement further dependence on C; but I'll admit that's just a completely unsubstantiated "Wild-Assed Guess".