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.8 required=5.0 tests=BAYES_00,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9e20292f693f1408 X-Google-Attributes: gid103376,public From: fjh@mundook.cs.mu.OZ.AU (Fergus Henderson) Subject: Re: ADA CORE TECHNOLOGIES ANNOUNCES GNAT-TO-JAVA SYSTEM Date: 1997/09/21 Message-ID: <602opd$f2h@mulga.cs.mu.OZ.AU>#1/1 X-Deja-AN: 274208673 References: <34196E8E.1790@gsfc.nasa.gov> <341B2309.4A41@ibm.net> <34204085.5377@ibm.net> <5vt73c$3nk$1@goanna.cs.rmit.edu.au> Organization: Comp Sci, University of Melbourne Newsgroups: comp.lang.ada Date: 1997-09-21T00:00:00+00:00 List-Id: dewar@merv.cs.nyu.edu (Robert Dewar) writes: >[Richard O'Keefe writes:] ><Slim binaries are based on two ideas: > - source code compresses very well > - IO is slow. ... > > compressed annotated abstract syntax graphs < > >At run-time, the Juice system reads the slim binary, decompressing and >building the AST as it goes, and then runs a normal compiler back end >to generate native code.>> > >This only makes sense if your compilers have succeeded in employing the >techniques we developed in the 70's and early 80's to make compiler >front ends absurdly slow. I don't agree. There is an advantage in using a different format than source code for distribution, even if parsing speed is ignored. The advantage is that you can solve most of problem #1 of the two you mention below. >In practice, distribution of source has two problems, of a very different >nature: > >1. Building large systems from sources can be a very tricky business, >requiring skills that a user of the system does not necessarily have. > >2. For those who want to keep their software proprietary, distributing >sources fills them with horror :-) -- Fergus Henderson | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh@128.250.37.3 | -- the last words of T. S. Garp.