Types and typing ¶
WIP
Rationale behind strong typing
- Disambiguation at write time
For instance, Browser cannot be an output.
Types:
SerializableFile-able
HTML -> STR: so we attempt_cast(). We track types during execution and at write time.
WIP
Rationale behind strong typing
For instance, Browser cannot be an output.
Types:
SerializableFile-ableHTML -> STR: so we attempt_cast(). We track types during execution and at write time.