You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've discussed this before: many builtin functions could be methods.
This would be useful, among other things, for:
error reporting
auto-completion
sometimes for performance (multi-dispatch lookups are more expensive, unless we do clever optimizations on the order in which we compare signatures, or succeed at type inference)
The text was updated successfully, but these errors were encountered:
berekuk
added
the
Language
Regarding Squiggle language semantics, distributions and function registry
label
Jan 9, 2025
We've discussed this before: many builtin functions could be methods.
This would be useful, among other things, for:
The text was updated successfully, but these errors were encountered: