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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Web Development Using Ada? Date: Sat, 27 Jul 2013 14:49:11 +0200 Organization: cbb software GmbH Message-ID: <14lc7wzpnwr68.1uyghj6zxs2fh.dlg@40tude.net> References: <874bf843-8212-44a4-b0c6-e20d831325bc@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: q/ev1P9zCVSwu+vpMGX5Tw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1817 Xref: number.nntp.dca.giganews.com comp.lang.ada:182712 Date: 2013-07-27T14:49:11+02:00 List-Id: On Sat, 27 Jul 2013 03:35:38 -0700 (PDT), Aay Jay Chan wrote: > My group is developing a web application, and we are considering different > languages / frameworks for server-side programming. > > What are the pros an cons of using Ada in web development? Is it feasible > / practical? What would be your recommendation? I think Ada could offer something there: 1. Direct portability without virtualization; 2. Control over the resources. In Ada the server can be designed in a way that it would require minimal or no dynamic memory allocation; 3. Much better performance when Ada's approach to tasking is used; 4. Less debugging. Negative could be: 1. Culture shock programmers experience when have to face Ada; 2. Lack of tools; 3. Tiny community; 4. GNAT monopoly. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de