Re: THROW codes and ambiguous conditions

Liste des GroupesRevenir à cl forth 
Sujet : Re: THROW codes and ambiguous conditions
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forth
Date : 04. Jun 2025, 15:44:35
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <daf531f19ecb07c75994e9c0b371001c79f6929a@i2pn2.org>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
On 3/06/2025 4:10 pm, Anton Ertl wrote:
dxf <dxforth@gmail.com> writes:
...
But how much need today and what's wrong with ABORT"?
 
My guess at the thinking behind the Forth-94 committee's decisions
about that are:
 
1) ABORT" Undefined word" takes more space than -13 AND THROW.  Of
   course, if the system then has a table for translating throw codes
   to messages, that probably eliminates the memory savings, but a
   system that is really tight on memory can just output the error
   code and leave it to the user to look the error up in the manual.
>
2) For CATCH, every ABORT" looks the same, so you cannot do something
   for one kind of error and something else for other kinds.  Of
   course, the question is whether one can do that with the current
   situation (apparently not portably for inaccessible or non-existent
   files in INCLUDED), and whether that's something that Forth
   programmers would make use of if the situation was otherwise.

Perhaps the TC went along with Mitch.  CATCH THROW was his idea and
here's a bunch of codes to go with it.  The extent to which a tiny forth
is going to use ANS is dubious.  Having CATCH THROW just to pass compiler
errors is dubious.  Compilers errors could be handled with ABORT" and two
characters (old-time BASIC users may remember).

   One interesting aspect is that IIRC Mitch Bradley uses
>
   C" <error message>" throw
 
   or somesuch.  If you want to catch that, you have to do it as
   follows:
 
   : printer-on-fire c" printer on fire" ;
 
   : foo ... catch dup printer-on-fire = if ... then ... ;
   : bar ... printer-on-fire throw ... ;
 
   And of course, this only make sense if the system treats an
   uncaught throw as a counted string to be printed.

Couldn't find it in Mitch's github - unless under another name.  He
appears to use C" in a conventional way.

Date Sujet#  Auteur
31 May 25 * THROW codes and ambiguous conditions37dxf
31 May 25 +* Re: THROW codes and ambiguous conditions7Anton Ertl
31 May 25 i+* Re: THROW codes and ambiguous conditions2dxf
3 Jun21:48 ii`- Re: THROW codes and ambiguous conditions1sjack
31 May 25 i`* Re: THROW codes and ambiguous conditions4Anton Ertl
1 Jun 25 i `* Re: THROW codes and ambiguous conditions3albert
1 Jun 25 i  `* Re: THROW codes and ambiguous conditions2Anton Ertl
1 Jun 25 i   `- Re: THROW codes and ambiguous conditions1albert
1 Jun 25 `* Re: THROW codes and ambiguous conditions29Hans Bezemer
2 Jun 25  +- Re: THROW codes and ambiguous conditions1dxf
2 Jun11:44  `* Re: THROW codes and ambiguous conditions27albert
3 Jun04:23   `* Re: THROW codes and ambiguous conditions26dxf
3 Jun07:10    +* Re: THROW codes and ambiguous conditions22Anton Ertl
4 Jun15:44    i`* Re: THROW codes and ambiguous conditions21dxf
4 Jun20:25    i `* Re: THROW codes and ambiguous conditions20sean
5 Jun07:09    i  +- Re: THROW codes and ambiguous conditions1dxf
5 Jun11:17    i  `* Re: THROW codes and ambiguous conditions18albert
6 Jun01:47    i   +- Re: THROW codes and ambiguous conditions1dxf
6 Jun07:15    i   `* Re: THROW codes and ambiguous conditions16sean
6 Jun12:00    i    `* Re: THROW codes and ambiguous conditions15albert
6 Jun22:06    i     `* Re: THROW codes and ambiguous conditions14sean
7 Jun04:10    i      `* Re: THROW codes and ambiguous conditions13dxf
7 Jun05:26    i       `* Re: THROW codes and ambiguous conditions12sean
7 Jun05:42    i        +- Re: THROW codes and ambiguous conditions1dxf
7 Jun10:43    i        +* Re: THROW codes and ambiguous conditions9Anton Ertl
7 Jun15:06    i        i`* Re: THROW codes and ambiguous conditions8dxf
7 Jun20:58    i        i `* Re: THROW codes and ambiguous conditions7Paul Rubin
8 Jun02:49    i        i  +* Re: THROW codes and ambiguous conditions3Paul Rubin
8 Jun04:36    i        i  i+- Re: THROW codes and ambiguous conditions1dxf
8 Jun09:07    i        i  i`- Re: THROW codes and ambiguous conditions1Anton Ertl
8 Jun03:16    i        i  +- Re: THROW codes and ambiguous conditions1dxf
8 Jun08:56    i        i  `* Re: THROW codes and ambiguous conditions2Anton Ertl
8 Jun15:45    i        i   `- Re: THROW codes and ambiguous conditions1dxf
7 Jun15:41    i        `- Re: THROW codes and ambiguous conditions1LIT
3 Jun09:43    +- Re: THROW codes and ambiguous conditions1John
4 Jun03:03    `* Re: THROW codes and ambiguous conditions2dxf
6 Jun11:47     `- Re: THROW codes and ambiguous conditions1Hans Bezemer

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal