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,54c513170bafd693 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Desirability of C++ Date: 2000/05/02 Message-ID: <87itwx1mn1.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 618165011 References: <01HW.B4BFC2820005B06B08A24140@news.pacbell.net> <87euk0$c93$1@nnrp1.deja.com> <01HW.B4C1346100072D2408A24140@news.pacbell.net> <949867976.281549@the-rowan.albatross.co.nz> <8766v93w66.fsf@deneb.cygnus.argh.org> <38E8C81A.AA62CF4C@HiWAAY.net> <38F796B2.A99A206A@ftw.rsc.raytheon.com> <38F7A27A.4F7729FA@raytheon.com> <8eclae$afj$1@slb7.atl.mindspring.net> <4F706057FEE2A550.BF5FE19AE279EFCD.A55706B3F9D07043@lp.airnews.net> <8eiv08$820$1@slb1.atl.mindspring.net> <390D001C.7433140B@netwood.net> <390D58F9.7CC64B85@maths.unine.ch> <390D97DC.241E7CCD@netwood.net> <8ekfoo$8q61@news.cis.okstate.edu> <87og6qnld8.fsf@deneb.cygnus.argh.org> <8ekn33$rim$1@nnrp1.deja.com> <390DF15E.233B7D1E@online.no> <8ekv8u$52j$1@nnrp1.deja.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 957249570 15807 192.168.1.2 (2 May 2000 06:39:30 GMT) Organization: Penguin on board User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 2 May 2000 06:39:30 GMT Newsgroups: comp.lang.ada Date: 2000-05-02T06:39:30+00:00 List-Id: Ted Dennison writes: > > I think the web server bit would be more profitable nut to crack. > > Apache and perl is the main competitor. Zope and python may be coming > > attractions. > > Apache is sort of the model I'm thinking of here. Apache is dominant as > *the* GPL solution. I've read this claim many times, but in fact, Apache is not GPL software (see http://www.apache.org/LICENSE.txt, the license is even at the border to GPL incompatibility). > As programmers we all have our own itches to scratch. At the moment *my* > biggest one happens to be web browser (as you can no doubt tell from the > diatribe above). If I were better at GUI hacking (and had more time), I would rewrite the Emacs display engine and enhance W3 accordingly. Writing a decent display engine is not easy, and this approach would ensure that it can be used for things which are more important than viewing web pages. ;)