,---------------. | Contributions | `---------------´ ,------------------------------------------ | 2020-06-29 06:48:12 tolich wrote: | comment - Defer Implementation | see: https://forth-standard.org/standard/core/DEFER#contribution-141 `------------------------------------------ In fact, it's just a possible portable implementation and it's not error-free. Like, when DEFERed word is called when the stack is already full, it may cause stack overflow and hence -3 THROW. The REAL implementation, of course, is just a JMP instruction for native/subroutine/direct code or something as primitive for other code types. So DEFERed word has not to be CREATEd. ALSO, it would be nice to define THROW codes for the ambiguties related to DEFER, and use a word THROWing one of these values instead of just ABORTing. ,---------. | Replies | `---------´ ,------------------------------------------ | 2020-06-24 21:27:49 GeraldWodni replies: | proposal - Same name token for different words | see: https://forth-standard.org/proposals/same-name-token-for-different-words#reply-381 `------------------------------------------ You can now add a new Version with the "New Version" button below which will then git diffed to the previous version. _testing simple reply_ ,------------------------------------------ | 2020-06-24 21:41:41 GeraldWodni replies: | comment - Overhaul 2020: Proposals | see: https://forth-standard.org/meta-discussion#reply-382 `------------------------------------------ `New Version`-checkbox has now been moved next to `Reply` as a proper button and displays the latest version's `markdown`. Currently I think it is best to only allow the original author (=author of proposal) to change the version, but others should have access to the `markdown code` for quick copy & pasting to provide the author with high quality feedback.