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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4b4b317e40c35901 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!p79g2000cwp.googlegroups.com!not-for-mail From: Peter.H.M.Brooks@gmail.com Newsgroups: comp.lang.ada Subject: Re: Wiki written in Ada? Date: 10 Sep 2006 18:31:25 -0700 Organization: http://groups.google.com Message-ID: <1157938285.427306.42330@p79g2000cwp.googlegroups.com> References: <1157914506.873537.289680@d34g2000cwd.googlegroups.com> NNTP-Posting-Host: 198.54.202.18 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1157938290 4536 127.0.0.1 (11 Sep 2006 01:31:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 11 Sep 2006 01:31:30 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 cbs-cache1 (NetCache NetApp/6.0.4P1) Complaints-To: groups-abuse@google.com Injection-Info: p79g2000cwp.googlegroups.com; posting-host=198.54.202.18; posting-account=Q-pDzAwAAACdAZw6Fzhg5_fZxi5Ua1mS Xref: g2news2.google.com comp.lang.ada:6546 Date: 2006-09-10T18:31:25-07:00 List-Id: Brian May wrote: > >>>>> "Peter" == Peter H M Brooks writes: > > Peter> I know that there are wikis about Ada, I just wondered (I > Peter> can't find a reference) if there's a project to produce a > Peter> wiki that's written in Ada. > > Peter> In particular, I'm interested to know if there's a > Peter> distributed wiki model being developed in Ada. > > I doubt it. > > PHP seems to be the language of choice these days for web > applications. > > This is beyond my comprehension. > > "Everyone else writes web applications in PHP so it must be good!" > > Me thinks the speed and robustness of a compiled language would be > ideal for any large scale web application. Not an interpreted language > like PHP. > I agree - but it isn't beyond my comprehension! PHP is quick to write, fairly easy to understand and has intuitive interfaces to the front and back ends. I'd say that it really was the nature of PHP that brought about the iea of a wiki in the first place. A testimony to the ease of writing in PHP is the large number of separate wiki engines that have been written in it (relative to the smaller number in things like C and Python). To my mind, an Open Source Ada wiki would be just as cross-platform now, much safer to extend and much, much more robust. So it would be a good project. The overall structure of wikis has become clearer now, so to draw up a spec. based on the limits of current implementation would be a useful job all on its own.