How does Gleam do static dispatch? #2664
Unanswered
KSXGitHub
asked this question in
Questions & support
Replies: 1 comment 4 replies
-
Those are all (most often) dynamic dispatch, static dispatch is done through regular function calls. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something like a trait, a typeclass, or an interface.
I read the language tour and saw no mention of it.
Beta Was this translation helpful? Give feedback.
All reactions