Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #15914
| From | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
|---|---|
| Newsgroups | comp.lang.forth |
| Subject | Re: STATEless Forths |
| Date | 2012-10-04 13:10 +0000 |
| Organization | Institut fuer Computersprachen, Technische Universitaet Wien |
| Message-ID | <2012Oct4.151023@mips.complang.tuwien.ac.at> (permalink) |
| References | <0df89d5e-5ca6-450d-85af-2cf9027e17ac@googlegroups.com> |
Brad Eckert <hwfwguy@gmail.com> writes:
>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.
>
>For example, DUP would exist in two different wordlists. One version would handle interpretation semantics and the other would handle compilation semantics. Colon simply changes the search order.
It's not the search order as we know it. Indeed I think that this
technique has not been used much because combining it with the search
order word set would be more complicated than using a different
technique for implementing compilation semantics.
>That other bit, the number handler, would be NOOP when interpreting, LITERAL when compiling, etc.
Take a look at recognizers (unfortunately, not much in English about
them yet).
Please keep the line length to about 70 chars.
- anton
--
M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
New standard: http://www.forth200x.org/forth200x.html
EuroForth 2012: http://www.euroforth.org/ef12/
Back to comp.lang.forth | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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