Update README.md

This commit is contained in:
Jordan Wages 2025-08-19 03:09:41 -05:00
commit 66ec23a420

View file

@ -17,7 +17,7 @@ Core Principles
- Type clarity: Values carry explicit types; operators enforce type rules rather than autoconverting.
- Safe composition: Functions are pure from the interpreters perspective; side effects are the hosts responsibility.
Strings: ArgumentsOnly, NumericFirst
### Strings: ArgumentsOnly, NumericFirst
CSMICs v2 scope treats strings as helpers for functions, not as firstclass expression values. This preserves the “numeric guarantee” while enabling rich, domainspecific function usage.