,---------------. | Contributions | `---------------´ ,------------------------------------------ | 2021-04-28 22:47:11 ruv wrote: | testcase - Additional test for UTF-16 | see: https://forth-standard.org/standard/core/CComma#contribution-194 `------------------------------------------ Somebody could think that UTF-16 is a valid string representation in memory, having the char size = 1 byte (see a [discussion](https://groups.google.com/g/comp.lang.forth/c/I9wLcc7Io-w/m/6aqoT3y_AgAJ)/[raw message](https://groups.google.com/forum/message/raw?msg=comp.lang.forth/I9wLcc7Io-w/6aqoT3y_AgAJ) in comp.lang.forth). This test case ensures that `C,` stores a primitive character (a code unit). ``` T{ ALIGN HERE CHAR A C, CHAR B C, CHAR C C, 3 S" ABC" COMPARE -> 0 } ``` ,------------------------------------------ | 2021-04-28 23:36:43 ruv wrote: | testcase - A final test case for [COMPILE] | see: https://forth-standard.org/standard/core/BracketCOMPILE#contribution-195 `------------------------------------------ The test that many systems fail: ``` T{ :NONAME 1 [COMPILE] EXIT 2 ; EXECUTE -> 1 }T ```
Definitely, `[COMPILE]` should be excluded, but not due to this test fails in some systems. There are other critical points. See also a [discussion](https://groups.google.com/g/comp.lang.forth/c/DqKOXm5BJo0/m/5L6IVp8WAQAJ)/[raw message](https://groups.google.com/forum/message/raw?msg=comp.lang.forth/DqKOXm5BJo0/5L6IVp8WAQAJ/) in comp.lang.forth. ,---------. | Replies | `---------´ ,------------------------------------------ | 2021-04-28 02:09:40 MitraArdron replies: | comment - Throwing past DO/LOOP | see: https://forth-standard.org/standard/exception/THROW#reply-676 `------------------------------------------ > Is there a place, online, to discuss many Forth-related things The most active places I've found seem to be the Facebook groups: [ForthArduino](https://www.facebook.com/groups/FORTHarduino) [Early Forth](https://www.facebook.com/groups/forthprogrammingretrodev) [Forth Programming](https://www.facebook.com/groups/PROGRAMMINGFORTH) [Forth 2020](https://www.facebook.com/groups/2225595150855239)