Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <1701408716.749609088.156160.peter_flass-yahoo.com@news.eternal-september.org>
Deutsch   English   Français   Italiano  
<1701408716.749609088.156160.peter_flass-yahoo.com@news.eternal-september.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Peter Flass <peter_flass@yahoo.com>
Newsgroups: alt.folklore.computers,comp.os.linux.misc
Subject: Re: TeX and Pascal [was Re: The joy of FORTRAN]
Date: Wed, 2 Oct 2024 18:07:24 -0700
Organization: A noiseless patient Spider
Lines: 46
Message-ID: <1701408716.749609088.156160.peter_flass-yahoo.com@news.eternal-september.org>
References: <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks>
 <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com>
 <vcub5c$36h63$1@dont-email.me>
 <1r0e6u9.1tubjrt1kapeluN%snipeco.2@gmail.com>
 <vcuib9$37rge$5@dont-email.me>
 <vcvuhh$3hroa$2@dont-email.me>
 <llhieuF8ej2U2@mid.individual.net>
 <20240925083451.00003205@gmail.com>
 <Pascal-20240925164718@ram.dialup.fu-berlin.de>
 <mdd4j63pmo1.fsf_-_@panix5.panix.com>
 <oJ-cnQSrLZDYdGX7nZ2dnZfqnPWdnZ2d@earthlink.com>
 <vdatb6$1l4ch$8@dont-email.me>
 <vdauah$1lq1u$1@dont-email.me>
 <lltt6uF4fseU4@mid.individual.net>
 <vdcn1q$1tmdr$5@dont-email.me>
 <vddqoe$264fi$2@dont-email.me>
 <vdf4le$2cn51$6@dont-email.me>
 <vdh2l1$2p7e2$1@dont-email.me>
 <vdh3ku$2path$1@dont-email.me>
 <ezVKO.37644$afc4.5287@fx42.iad>
 <vdj5bj$35p9c$17@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 03 Oct 2024 03:07:25 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e9dc4d0c0396760b7d159114bcec7e30";
	logging-data="3627933"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18ORhFYHqN6IvqPp8tACKSo"
User-Agent: NewsTap/5.3.1 (iPad)
Cancel-Lock: sha1:DWbUKuEF/lbvq94azfKEBZ15tQg=
	sha1:3wlNOn5J8QzNKOgKwHu8ojdpfpE=
Bytes: 3582

The Natural Philosopher <tnp@invalid.invalid> wrote:
> On 01/10/2024 17:37, Charlie Gibbs wrote:
>> On 2024-10-01, The Natural Philosopher <tnp@invalid.invalid> wrote:
>> 
>>> On 01/10/2024 15:57, Pancho wrote:
>>> 
>>>> In essence just because you can do something clever, doesn't mean you
>>>> should.
>>> 
>>> That is what I loathed about compscis. As practising software engineers
>>> we specialised in 'good clean workmanlike well documented and structured
>>> code'.
>>> Our job was to get the puter to do its job in the most understandable
>>> and maintainable way.
>>> Not to impress people with the elegance complexity and
>>> incomprehensibility of our  REGEX statements.
>> 
>> Or recursion.  I've noticed that CS weenies are obsessed with recursion,
>> to the point of using it gratuitiously Just Because.
>> 
> The only program I recall using it on was a bit of fun where I created a 
> maze.
> I set a worm to munch out a tunnel with the limitations being it must 
> never eat a hole to the existing tunnel, or the spaces walls. Except at 
> the maze exit.
> 
> So at every coordinate, it randomly picked a direction, and tried to 
> munch. If it couldn't munch it would try another direction. If there was 
> no possible direction, it exited the recursed function. If there was a 
> possible new coordinate, it called itself with the new co-ordinates.
> 
> I think that is the *only* time I have used it.
> 
> Its very good for exploring all possibilities until they prove futile.
> 
> That's probably why CompSci like it,. They are the sort of academics who 
> end up in government
> 
> 
> 

I use it a lot for processing trees. It’s really the only technique that
makes sense. Otherwise I try to avoid it.

-- 
Pete