Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #15915

Re: STATEless Forths

From "Charles Childers" <crc@retroforth.org>
Newsgroups comp.lang.forth
Subject Re: STATEless Forths
Date 2012-10-04 09:44 -0400
Organization ForthWorks
Message-ID <op.wlnpryfp6ef20b@denney-2466a6df> (permalink)
References <0df89d5e-5ca6-450d-85af-2cf9027e17ac@googlegroups.com>

Show all headers | View raw


On Wed, 03 Oct 2012 16:15:59 -0400, Brad Eckert <hwfwguy@gmail.com> wrote:

> Can anyone provide links to descriptions of Forths that use search order  
> instead of STATE to control compilation? AFAIK cmforth did this, but I  
> don't have any info on it.

Old versions of RetroForth used to maintain two dictionaries, one for
normal words, and one for compile-only functions.

When compiling, the compile-only dictionary was searched first, and if
nothing was found, the normal dictionary would then be searched.

It didn't have actual ANS wordlists though.

A few builds were done with a third dictionary, but as far as I recall
no one actually used this and it was dropped.

-- crc

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

STATEless Forths Brad Eckert <hwfwguy@gmail.com> - 2012-10-03 13:15 -0700
  Re: STATEless Forths Alex McDonald <blog@rivadpm.com> - 2012-10-03 15:32 -0700
  Re: STATEless Forths Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-10-03 17:56 -0700
  Re: STATEless Forths Paul Rubin <no.email@nospam.invalid> - 2012-10-03 18:11 -0700
  Re: STATEless Forths anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-10-04 13:10 +0000
    Re: STATEless Forths Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-10-04 14:17 -0700
  Re: STATEless Forths "Charles Childers" <crc@retroforth.org> - 2012-10-04 09:44 -0400
  Re: STATEless Forths Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-10-04 10:56 -0500
    Re: STATEless Forths Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-10-04 14:33 -0700
      Re: STATEless Forths John Passaniti <john.passaniti@gmail.com> - 2012-10-06 10:21 -0700
        Re: STATEless Forths "Rod Pemberton" <do_not_have@notemailnotz.cmm> - 2012-10-06 18:06 -0400
          Re: STATEless Forths Paul Rubin <no.email@nospam.invalid> - 2012-10-06 16:05 -0700
            Re: STATEless Forths "Elizabeth D. Rather" <erather@forth.com> - 2012-10-06 13:56 -1000
              Re: STATEless Forths Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-10-06 18:48 -0700
          Re: STATEless Forths Alex McDonald <blog@rivadpm.com> - 2012-10-07 04:21 -0700
            Re: STATEless Forths "Rod Pemberton" <do_not_have@notemailnotz.cnm> - 2012-10-07 19:07 -0400
              Re: STATEless Forths "Elizabeth D. Rather" <erather@forth.com> - 2012-10-07 13:42 -1000
                Re: STATEless Forths Alex McDonald <blog@rivadpm.com> - 2012-10-08 02:29 -0700
              Re: STATEless Forths Alex McDonald <blog@rivadpm.com> - 2012-10-08 02:41 -0700
          Re: STATEless Forths Brad Eckert <hwfwguy@gmail.com> - 2012-10-08 08:18 -0700
          Re: STATEless Forths John Passaniti <john.passaniti@gmail.com> - 2012-10-08 16:11 -0700
            Re: STATEless Forths Mark Wills <forthfreak@gmail.com> - 2012-10-09 02:09 -0700
              Re: STATEless Forths Alex McDonald <blog@rivadpm.com> - 2012-10-09 04:39 -0700
                Re: STATEless Forths Mark Wills <forthfreak@gmail.com> - 2012-10-09 05:13 -0700
                Re: STATEless Forths Alex McDonald <blog@rivadpm.com> - 2012-10-09 05:37 -0700
              Re: STATEless Forths John Passaniti <john.passaniti@gmail.com> - 2012-10-09 11:59 -0700
                Re: STATEless Forths Paul Rubin <no.email@nospam.invalid> - 2012-10-09 12:31 -0700
                Re: STATEless Forths "Elizabeth D. Rather" <erather@forth.com> - 2012-10-09 09:45 -1000
                Re: STATEless Forths "Rod Pemberton" <do_not_have@notemailnotz.cnm> - 2012-10-10 04:00 -0400
              Re: STATEless Forths mhx@iae.nl (Marcel Hendrix) - 2012-10-09 21:07 +0200
                Re: STATEless Forths Hugh Aguilar <hughaguilar96@yahoo.com> - 2012-10-10 19:09 -0700
            Re: STATEless Forths Bernd Paysan <bernd.paysan@gmx.de> - 2012-10-09 16:44 +0200
              Re: STATEless Forths John Passaniti <john.passaniti@gmail.com> - 2012-10-09 12:13 -0700
            Re: STATEless Forths Brad Eckert <hwfwguy@gmail.com> - 2012-10-09 12:03 -0700
              Re: STATEless Forths John Passaniti <john.passaniti@gmail.com> - 2012-10-09 12:22 -0700
            Re: STATEless Forths "Rod Pemberton" <do_not_have@notemailnotz.cnm> - 2012-10-10 03:53 -0400

csiph-web