Current standings: Structures



Systems

[ ] conforms to ANS Forth.
Gforth
bigForth
Gerry Jackson's system
[ ] already implements the proposal in full since release [ ]:
[ ] implements the proposal in full in a development version:
Gforth
[ ] will implement the proposal in full in release [ ].
[ ] will implement the proposal in full in some future release.
bigForth
Gerry Jackson's system
There are no plans to implement the proposal in full in [ ].
[ ] will never implement the proposal in full:

Programmers

[ ] I have used (parts of) this proposal in my programs:
David N. Williams
[ ] I would use (parts of) this proposal in my programs if the systems
I am interested in implemented it:
Bruce McFarling
Bernd Paysan
David N. Williams
[ ] I would use (parts of) this proposal in my programs if this
proposal was in the Forth standard:
Bruce McFarling
Bernd Paysan
*** van Oudheusden
David N. Williams
Gerry Jackson
[ ] I would not use (parts of) this proposal in my programs.

Informal results

*** van Oudheusden will change the structures in ffl version 0.6.0, if the
proposal is accepted.

David N. Williams writes:

I would have added the recommended field type definers:
DFIELD: 2 cells
SFIELD: 2 cells (caddr len)

And the specifications:

12.6.2.jjj DFIELD:
d-field-colon FACILITY EXT
The semantics of DFIELD: are identical to the execution
semantics of the phrase
ALIGNED 2 CELLS +FIELD

12.6.2.kkk SFIELD:
s-field-colon FACILITY EXT
The semantics of SFIELD: are identical to the execution
semantics of the phrase
ALIGNED 2 CELLS +FIELD

Anton Ertl writes that Gforth implements 2FIELD:.


Further Voting and Web version

You can still vote by sending me your vote by email, and the result
will be published in the Web. The proposal, the voting instructions,
and the results are available at
<http://www.forth200x.org/structures.html>

- 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 2007: http://www.complang.tuwien.ac.at/anton/euroforth2007/
.