RfD: N>R and NR> 4 February 2009, Stephen Pelc Rationale ========= Problem ... Several ANS words, e.g. GET-ORDER and SAVE-INPUT, return a variable number of...
RfD: BUFFER: 4 February 2009, Stephen Pelc Rationale ========= Problem ... Despite the wording in the ANS Forth specification, the majority of Forth systems,...
... Ok, I mentioned this in comp.lang.forth wrt FVALUE: this is (based on) the verbiage we produced for the revised text of VALUE, but the Execution part seems...
Anton Ertl
anton@...
Mar 22, 2009 10:23 pm
253
I was quite busy in the last few months and did not update the website in a timely manner when a new RfD appeared. However, the web site is up-to-date now...
Anton Ertl
anton@...
Mar 22, 2009 10:51 pm
254
... Last Version of the Xchar wordset: http://groups.google.de/group/comp.lang.forth/browse_thread/thread/13252b6b17a609c7/f4776eb103af7e25?hl=en&lnk=ol& -- ...
... * First draft * * First spell-checked draft ** Marcel Hendrix, August 25, 2006 * Revised to align with RfD for TO ** Marcel Hendrix, Saturday,...
anton@...
Mar 23, 2009 3:58 pm
256
At the non-voting standards meeting last week the participants expressed their intent to make a release of the standard based on the things that will be...
Anton Ertl
anton@...
Mar 30, 2009 3:11 pm
257
RfD: Ambiguity in FATAN2 version 1.1 Problem The ANS definition is: 12.6.2.1489 FATAN2 f-a-tan-two FLOATING EXT ( F: r1 r2 -- r3 ) or ( r1 r2 -- r3 ) r3...
RfD: Unneeded restriction in FASINH Problem The ANS definition is: 12.6.2.1487 FASINH f-a-cinch FLOATING EXT ( F: r1 -- r2 ) or ( r1 -- r2 ) r2 is the...
A number of people have raised points about the revised code. I would like to withdraw the proposed code change, and replace it with the following. \ Create a...
Problem ======= When reviewing the 2VALUE and FVALUE proposals it was felt that the text was a little weak. This was no fault of the proposals, but rather the...
20090331 Original Text Problem ======= The definition of a Definition name appears to be ambiguous. It is clear from discussion elsewhere that some people have...
20090331 Original Text Problem ======= The document currently refers to a character. According to the definition (3.1.2), a character may vary in size. This...
This is a vast improvement over the original and also clarifies the mixing of EKEY/EKEY? and KEY/KEY? pairs (something that has bothered many of us for a long...
Text substitution proposal Revised: 2 April 2009 Author: Stephen Pelc, MicroProcessor Engineering, stephen@... Input from: Peter Knaggs, Leon Wagner,...
... RfD: Floating point truncation Author: Krishna Myneni Version 1 -- 15 April 2009 Version 0 -- 10 April 2009 Problem ======= In practice, floating point...
anton@...
Apr 18, 2009 2:49 pm
266
... RfD: Floating point truncation Author: Krishna Myneni Version 2 -- 24 April 2009 Version 1 -- 15 April 2009 Version 0 -- 10 April 2009 Problem ======= In...
anton@...
Apr 25, 2009 1:06 pm
267
... RfD: Floating point truncation Author: Krishna Myneni Version 2.2 -- 28 April 2009 Version 2.1 -- 25 April 2009 Version 2 -- 24 April 2009 Version 1...
anton@...
Apr 29, 2009 12:47 pm
268
... RfD: FNEGATE specification for signed zero Author: Krishna Myneni Version 0 -- 30 April 2009 Problem ======= The ANS Forth standard does not currently...
anton@...
May 2, 2009 2:28 pm
269
RfD: Ambiguity in FATAN2 version 1.2 Problem The ANS definition is: 12.6.2.1489 FATAN2 f-a-tan-two FLOATING EXT ( F: r1 r2 -- r3 ) or ( r1 r2 -- r3 ) r3...
... 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)...
anton@...
May 16, 2009 5:37 pm
271
Author: Charles G. Montgomery This is actually a poll about how widely the proposal is implemented and how popular it is among the programmers. It is called a...
Anton Ertl
anton@...
May 29, 2009 7:51 pm
272
Author: Charles G. Montgomery This is actually a poll about how widely the proposal is implemented and how popular it is among the programmers. It is called a...
Anton Ertl
anton@...
May 29, 2009 7:53 pm
273
I just joined, so hello to everybody. I had previously not gotten involved because I was under the impression that Forth-200x was a purely Forth Inc. design,...
Hugh wrote ... That's an issue for your vendor, not Forth200x. As a Forth vendor, I know that we cannot predict what any O/S author will do in the future, and...
... You can do that with EXECUTE-PARSING, which can be implemented in Forth-94 (ANS Forth) (an implementation is available in ...
Anton Ertl
anton@...
Jun 2, 2009 3:18 pm
276
When I wrote my cross-compiler, I carefully segregated the "unlawful carnal knowledge" part (written in assembly) into a separate file. This file was actually...
Author: Gerry Jackson 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 ...
Anton Ertl
anton@...
Jun 8, 2009 6:22 pm
278
With regard to 2VALUE, the FirmWorks Open Firmware implementation [ X] conforms to ANS Forth. [X ] already implements the proposal in full since release [ long...