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=0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,382fcf8feeefdd50 X-Google-Thread: f4fd2,9019ec15d661ad71 X-Google-Attributes: gid103376,gidf4fd2,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed1.sbs.de!news.fth.sbs.de!not-for-mail From: Michael Oswald Newsgroups: comp.lang.ada,comp.lang.lisp Subject: Re: computer language used to program Mars Lander Date: Thu, 24 Jul 2008 13:35:46 +0200 Organization: Siemens AG Message-ID: References: <185ee7f9-9d4f-4f49-8dbe-6b623b8a8223@c58g2000hsc.googlegroups.com> <887fc0a7-0a5a-4d2e-a9ea-eb9e32d6a818@m36g2000hse.googlegroups.com> <807ef880-b2ac-4ac6-877c-21274e8ff4ab@d77g2000hsb.googlegroups.com> <26ec19b4-09fc-405b-a188-57b6ee5ca1a3@k36g2000pri.googlegroups.com> <7cprp3tzyo.fsf@pbourguignon.anevia.com> NNTP-Posting-Host: atpcp2dc.ww300.siemens.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: mail1.sbs.de 1216899347 27869 158.226.213.85 (24 Jul 2008 11:35:47 GMT) X-Complaints-To: abuse@siemens.de NNTP-Posting-Date: Thu, 24 Jul 2008 11:35:47 +0000 (UTC) User-Agent: Thunderbird 2.0.0.12 (X11/20080213) In-Reply-To: <7cprp3tzyo.fsf@pbourguignon.anevia.com> Xref: g2news2.google.com comp.lang.ada:7036 comp.lang.lisp:30621 Date: 2008-07-24T13:35:46+02:00 List-Id: Pascal J. Bourguignon wrote: > http://en.wikipedia.org/wiki/Deep_Space_1 > > http://www.nasa.gov/lb/centers/ames/news/releases/1999/99_37AR.html > REMOTE AGENT EXPERIMENT MEETS ALL OBJECTIVES > > http://web.archive.org/web/20010923215958/http://rax.arc.nasa.gov/ > > http://www.flownet.com/gat/jpl-lisp.html > > Be sure to read the description of the bug: > > http://web.archive.org/web/20061106012026/http://ic.arc.nasa.gov/publications/pdf/2000-0176.pdf > > It has nothing to do with Lisp per se. It could have occured with any > other programming language. Now, the question is how do you correct a > dead-lock on a running system compiled from Ada code, 3 second-light > away, without rebooting it? This is what lisp allowed for this space > probe, and what lisp allows also for running web servers. > Thanks for the links! Very interesting. It also makes sense to me to put Lisp into this Remote Agent unit (which doesn't seem to be very time critical and also doesn't deal with low level stuff but is rather on a high level). So each language can play out it's strengths.