Closed itdaniher closed 10 years ago
The standardization of port / chan argument types is required for the current naive instantiation code, but typesystem cleverness could potentially do typechecking / coercion at compiletime instead of runtime, assuming static token types on streams.
For now, I think I'm assuming that matching to extract from an enum guard is approximately free - this lets me defer this topic till down the road.
handled via ratpak static definition
The standardization of port / chan argument types is required for the current naive instantiation code, but typesystem cleverness could potentially do typechecking / coercion at compiletime instead of runtime, assuming static token types on streams.