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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4a36b7df69d1af90 X-Google-Attributes: gid103376,public From: dvdeug@x8b4e53cd.dhcp.okstate.edu (David Starner) Subject: Re: Announcing JGNAT public version 1.0p Date: 2000/04/10 Message-ID: <8ct9eb$baq1@news.cis.okstate.edu>#1/1 X-Deja-AN: 609250554 References: <8bqd8g$sbs$1@nnrp1.deja.com> <8c2613$hce$1@nnrp1.deja.com> <8c7fh4$25g$1@nnrp1.deja.com> <8c92nl$nqn$1@nnrp1.deja.com> <8cak93$dtl$1@nnrp1.deja.com> <38EA152B.6D7A4481@earthlink.net> <1MNG4.630$n8.195854@news-east.usenetserver.com> <38ECB0CC.3B2941E2@earthlink.net> <8ckscp$nv7$1@nnrp1.deja.com> <8cs4ad$ft3$1@clnews.edf.fr> <8ct83j$ho3$1@nnrp1.deja.com> Organization: Oklahoma State University User-Agent: slrn/0.9.6.2 (Linux) Reply-To: dstarner98@aasaa.ofe.org Newsgroups: comp.lang.ada Date: 2000-04-10T00:00:00+00:00 List-Id: On Mon, 10 Apr 2000 18:55:55 GMT, hugin777@my-deja.com wrote: >PS: I do not really _want_ to calculate primes :-) I just wanted to see >how it looked like in ML, Ada and Java. But when I ran it I got a >surprise !! > >PPS: I have just begun studying CS in Denmark (DIKU, Copenhagen), where >they apparently love ML. I haven't met others interested in Ada yet. >They all seem to prefer the short'n'fast way of ML; sadly. Maybe there's >no hope for them... ;-) ML and Ada aren't really in competition. Ada is a safety orientated, strongly typed imperative langauage. ML is a writablity orientated, weirdly typed (-:, functional language. ML's an excellent language to do prototypes and proofs of concept in, whereas Ada and most other low level (compared to ML) languages aren't. OTOH, ML usually isn't the appropriate language for a shipping product. Last time I tried to run a big program in ML, it got bogged down, swapping stuff in and out of core. When I tried rewriting in Ada, I kept having bugs in what ML did automatically (my lists implementation, in specific). -- David Starner - dstarner98@aasaa.ofe.org Only a nerd would worry about wrong parentheses with square brackets. But that's what mathematicians are. -- Dr. Burchard, math professor at OSU