-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce the BOX method for boxing objects up.
This change gets rid of the notion that strings and characters can be boxes. This is because that will hamper editing later on. Also introduce WITH-RECORDING-OFF to disable region recording within a particular context. *FORCE-RECORDING* will force the recording of regions anyway for debugging, but this is disabled by default.
- Loading branch information
1 parent
a4d4114
commit 9b88912
Showing
5 changed files
with
199 additions
and
166 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
Oops, something went wrong.