chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references

This commit is contained in:
2026-04-01 12:37:45 -04:00
parent 78ba3112cb
commit d364f90ff6
102 changed files with 955 additions and 955 deletions

View File

@@ -7,9 +7,9 @@
CLOSOS supports multiple simultaneous global environments, where an environment is a mapping from names to objects (functions, classes, packages).
* Key Principles
- **Isolation by Scope:** Each user or process can operate in a private environment. Redefining a system function (like `print-object`) in one environment does not affect other users.
- **Dynamic Adaptability:** Facilitates safe experimentation with new features without risking system-wide corruption.
- **Late Binding:** References are resolved against the current environment at compile/load time, enabling live updates and hot-reloading.
- *Isolation by Scope:* Each user or process can operate in a private environment. Redefining a system function (like `print-object`) in one environment does not affect other users.
- *Dynamic Adaptability:* Facilitates safe experimentation with new features without risking system-wide corruption.
- *Late Binding:* References are resolved against the current environment at compile/load time, enabling live updates and hot-reloading.
* Source
:PROPERTIES: