The next Forth200x meeting is on September 13-14, just over three months away. If you want to initiate an RfD and want it to be ready for the next meeting,...
Anton Ertl
anton@...
Jun 6, 2007 1:24 pm
165
The next Forth200x meeting is on September 13-14, just over three months away. If you want to initiate an RfD and want it to be ready for the next meeting,...
Authors ======= Peter Knaggs Anton Ertl Change History ============== 2006-10-07 Spelling and Grammar Corrections. Added Comments. 2006-09-30 First Public...
This is actually a poll about how widely the proposal is implemented and how popular it is among the programmers. It is called a CfV (call-for-votes) because...
Anton Ertl
anton@...
Jun 8, 2007 9:39 am
168
... Who is responsible for issuing a CfV? Presumably not the originator as he didn't for the Structures CfV. What are the criteria for deciding whether to do...
Systems [ ] conforms to ANS Forth. Gforth bigForth Gerry Jackson's system [ ] already implements the proposal in full since release [ ]: [ ] implements the...
Anton Ertl
anton@...
Jun 25, 2007 1:59 pm
170
Anton Ertl wrote: <snipped> Proposal RfD: Structures - Version 4 6 February 2007, Stephen Pelc Ballot for systems If you maintain several systems, please...
Alex McDonald wrote: [Ballots] Thanks. ... That's a little long. I have included it, but I think it would be better to mention such things at the RfD stage,...
Anton Ertl
anton@...
Jun 26, 2007 9:04 am
172
This is actually a poll about how widely the proposal is implemented and how popular it is among the programmers. It is called a CfV (call-for-votes) because...
... The ballot system doesn't work well to describe how Gforth and bigFORTH do it, so I explain it in words: Gforth and bigFORTH have made IORs throwable since...
... The proposal does not say that you *must* use these numbers, it says that if you use these numbers, this is what the standard means by those specific...
... The proposal is now in the CfV stage and therefore frozen, so it cannot be revised in any significant way. Someone could do an alternative proposal that...
Anton Ertl
anton@...
Jul 11, 2007 2:19 pm
176
Stephen Pelc - 7 June 2007 20070607 Wordsmithing. Corrected reference implementation. 20060822 Added explanatory text. Corrected reference implementation. ...
Stephen Pelc, 21 August 2006 20060922 Enhanced current practice section. Fixed some typos. 20060821 First draft. Rationale ========= Problem ... Various words...
21 August 2006, Stephen Pelc 20060822 Updated solution section. 20060821 First draft. Rationale ========= Problem ... The word S" 6.1.2165 is the primary word...
... Yes. ... Yes. However, the list of THROW codes in the proposal only reserves numbers for use. There is nothing in it to stop you carrying on using the...
Since it's time to post RfDs, I want to throw in the updated proposal for the XCHAR wordset. I hope I have included all comments so far, and I also included a...
... Application code might want to deal with key strokes, and therefore use XKEY (and XEMIT). A localized application (like Tetris) with a Farsi keyboard would...
... There are some examples in Section 4 of <http://www.complang.tuwien.ac.at/papers/ertl%26paysan05.ps.gz>. There are also examples there of doing the same...
Anton Ertl
anton@...
Jul 19, 2007 1:50 pm
184
Posted by: "Anton Ertl" anton@... ... Looking at this from the implementer's point of view, and with the view that KEY, EMIT and friends...
... Could be useful. ... Not really. XKEY can just return a UCS-4 number, so it doesn't have to know about UTF-8. In practice, terminals can give you multiple...
... The completeness flag should be part of READ-KEY's stack effect, not a separate word. A word called XKEY? might still be useful, if KEY? does not do the...
Anton Ertl
anton@...
Jul 20, 2007 12:43 pm
187
This is the second RfD on this topic. The first one was in September 2006. You find the updated text further down. The main point of contention was about the...
Anton Ertl
anton@...
Jul 22, 2007 12:36 pm
188
I know this is not going to be of interest to most people. If we want to be considered for a formal development, we have to go though the process. Hence this...
... I do not like any of these! If you want to use a macro, use a name that refects what you mean, which seems to be relative to the directory of the next...
... Where is the common practice in this proposal. Which Forth systems and for how long? Which other languages? Stephen -- Stephen Pelc, stephen@... ...
... Thanks for the answer. I take it as an answer to the "preference" question. ... Nobody suggested dumping text macro substitution. ... I guess that in...
Anton Ertl
anton@...
Jul 25, 2007 1:51 pm
193
... Ok. ... Yes. Note that macros are definable by the user at both compile time and at run time. ... I realise at long last why I object to this proposal - it...