Operators should be defined as modules #58
Labels
enhancement
New feature or request
Request Input
These are issues about the design of the language, and thus should be discussed
Instead of being a compiler builtin, our operators should be defined in a standard library .sus file
The naming scheme is still up in the air, but as an example:
That way we also don't need to define the way these bounds evolve in the compiler itself, and thus the user can more easily see what's under the hood.
The text was updated successfully, but these errors were encountered: