Skip to content

Types and typing

WIP

Rationale behind strong typing

  • Disambiguation at write time

For instance, Browser cannot be an output.

Types:

  • Serializable
  • File-able

HTML -> STR: so we attempt_cast(). We track types during execution and at write time.