Deutsch   English   Français   Italiano  
<vbme4u$2bu0v$1@dont-email.me>

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: undroidwish <undroidwish@googlemail.com>
Newsgroups: comp.lang.tcl
Subject: Re: Nice example about the "inefficiently" of the tcl "c" api.
Date: Mon, 9 Sep 2024 11:11:57 +0200
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <vbme4u$2bu0v$1@dont-email.me>
References: <v9ggb7$2dcu$1@dont-email.me> <vbfp4d$utpf$1@dont-email.me>
 <vbk7dp$1u949$1@dont-email.me> <WBhDO.40879$g_vf.9825@fx03.iad>
 <vbklqj$20bs6$1@dont-email.me> <vbm35g$2a7ue$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 09 Sep 2024 11:11:58 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="1be0eee9b31194ca1f1ab3d8533724ac";
	logging-data="2488351"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18T+pmi2JXLw+xKGVAYSb9POco4D+/vCMQ="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
 Thunderbird/91.10.0
Cancel-Lock: sha1:gipYFCc1OHmr4UUVJoyr2OHR4q0=
Content-Language: en-US
In-Reply-To: <vbm35g$2a7ue$1@dont-email.me>
Bytes: 2296

On 9/9/24 08:04, aotto1968 wrote:

> ...
> I posted the code above just to show some simple facts:
> 1. Tcl has no "NULL" object → "NULL" is not even defined in Tcl
> ...

I'd call this a non-argument performance and otherwise given that
even the inventor of NULL regretted this his invention, see

https://en.wikipedia.org/wiki/Tony_Hoarehttps://en.wikipedia.org/wiki/Tony_Hoare

in this quote

"I call it my billion-dollar mistake. It was the invention of the null 
reference in 1965. At that time, I was designing the first comprehensive 
type system for references in an object oriented language (ALGOL W). My 
goal was to ensure that all use of references should be absolutely safe, 
with checking performed automatically by the compiler. But I couldn't 
resist the temptation to put in a null reference, simply because it was 
so easy to implement. This has led to innumerable errors, 
vulnerabilities, and system crashes, which have probably caused a 
billion dollars of pain and damage in the last forty years."