diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-23 19:22:50 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-23 19:22:50 -0700 |
| commit | 74b5a9cbbaccfad88ac8c041d85a12f419bc4148 (patch) | |
| tree | a92d8655e343c81b0a2874b914058f06506b298c /input.e | |
| parent | 8867662ed86b67db5196ae055c7bd411e3704c10 (diff) | |
new feature "include"
this was the subject of a bunch of thought. in most languages, we'd argue against having a text-based "include" feature, because there should also be a module system, and textual include subverts the module system because you can't assume everyone will use it. however, Evocation already very strongly encourages thinking of a program as a sequence of operations (this is after all the definition of a catenative language), and in particular the transformation system already relies very heavily on programs-as-text. so, it seems appropriate for Forth in general and for Evocation in particular. plus it was easy to implement, because all the infrastructure for it already existed to support the transformation system Force-Push: yes Change-Id: I76f778e44b8189ac7052890c881654d971e43c8d
Diffstat (limited to 'input.e')
0 files changed, 0 insertions, 0 deletions