forked from rebolsource/r3
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for elimination of /ONLY, add SPREAD
The /ONLY refinement had been deprecated for some time, with the idea that for operations like APPEND that it would be the value getting appended that would carry the signal of whether it should be spliced or not. This idea had it that BLOCK! at quote level 0 would splice, but at quote level > 0 would drop a quote level and not splice. Then many types (such as WORD!) were disallowed from being used at quote level 0, requiring to be quoted for safety. Over time it became evident that a better idea would be to let quote level 0 be "as is" and allow BLOCK! to have an isotopic "quote level -1" as the splicing signal. This requires APPEND & friends to take the value as a ^META argument, but the interpretation of the signals was already basically having to do a "meta convention" behind the scenes. This makes it official. Massive changes are required to support this. While it would be more judicious to inventory and add them one by one, the choice here is to go ahead with the pain of pushing it through to see the impacts...
- Loading branch information
1 parent
fd77660
commit 24c32de
Showing
174 changed files
with
1,698 additions
and
1,688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ with-tcc: no | |
pre-vista: no | ||
|
||
|
||
git-commit: _ | ||
git-commit: null | ||
|
||
includes: null | ||
definitions: null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.