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,2e91a32061bde112 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: JAVA and ADA JGNAT Date: 2000/01/28 Message-ID: <87d7qm7yxi.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 579080652 References: <862sv5$sug$1@pirates.Armstrong.EDU> <862t3o$9aa1@news.cis.okstate.edu> <86k8r6$alp$1@nnrp1.deja.com> <86kpbu$aik1@news.cis.okstate.edu> <86la8r$519$1@nnrp1.deja.com> <877lgxuquu.fsf@deneb.cygnus.argh.org> <86mqi6$6dd$1@nnrp1.deja.com> <86p6c1$vo5$1@nnrp1.deja.com> <3890DC4E.581F6A5@telepath.com> <874sbygbk2.fsf@think.mihalis.net> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 949089385 29539 192.168.1.2 (28 Jan 2000 19:56:25 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.4 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 28 Jan 2000 19:56:25 GMT Newsgroups: comp.lang.ada Date: 2000-01-28T19:56:25+00:00 List-Id: Chris Morgan writes: > Ted Dennison writes: > > > Good point. I consider Emacs a quality product, but have you ever tried to > > compile it from sources? I've done it 3 times now, and I'd take putting > > together a 50 pice swing-set over that any day. > > It depends on the tools you have around. Compiling it on > out-of-the-box Solaris is probably still not that nice, Especially because it's lacking a C compiler, isn't it? ;) Emacs is great to use, but the C sources are a mess: K&R compatible (at least they that way), tons of #ifdef's in the actual code, no clear separation between OS-specific and generic routines, colored pointers, the undump feature---just to name the most awkward things. I only tried once to built it on a not-yet supported system (some bleeding-edge Linux variant), but quickly gave up.