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-Received: by 2002:a6b:ed17:: with SMTP id n23-v6mr2555204iog.38.1527125507203; Wed, 23 May 2018 18:31:47 -0700 (PDT) X-Received: by 2002:a9d:51d1:: with SMTP id d17-v6mr86455oth.12.1527125507065; Wed, 23 May 2018 18:31:47 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!v8-v6no418491itc.0!news-out.google.com!b185-v6ni325itb.0!nntp.google.com!u74-v6no426417itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 23 May 2018 18:31:46 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: <234f24ab-01ec-4dc0-98a4-3d997b4d030b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gnoga.com work on freebsd? anyone got a live site? From: Shark8 Injection-Date: Thu, 24 May 2018 01:31:47 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52633 Date: 2018-05-23T18:31:46-07:00 List-Id: On Wednesday, May 23, 2018 at 5:52:33 PM UTC-6, polymorph self wrote: > On Tuesday, May 22, 2018 at 9:40:19 AM UTC-4, polymorph self wrote: > > does gnoga kick ass over say yii php? > > what about vs seaside smalltalk? > > or swi prolog web? > > or django? >=20 > say you wanted to write an online chat site for dating > date-chat > using gnoga > would you use files for persistance? There's no technical reason you couldn't, given these requirements. > or is it worth the complexity of postgresql? That very much depends on less abstract/overview requirements -- if you're = going to support massive searches, filtering, and the like it makes it more= attractive to use a database -- if you're going with a more "bare-bones" t= here's no reason for any of that. >=20 > I see from work that updating a database after few years use is sooooo pa= inful that the app rots because no oen redoes the dataabse the right way I can empathize; but I think the core thing there is that there's a huge de= ficit of valuation [culturally speaking] of design -- that's the reason the= re's "code-a-thon" events and not "design-a-thon" events.