mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
681 B
681 B
layout | title | category | tags | order | |||
---|---|---|---|---|---|---|---|
developer-doc | Dispatch | semantics |
|
3 |
Dispatch
Enso has support for functions that are both statically and dynamically dispatched. We call the first ones functions, while the latter are referred to as methods.
Static Dispatch
The actionables for this section are:
- Specify the semantics of static dispatch in Enso.
Dynamic Dispatch
The actionables for this section are:
- Specify the semantics of dynamic dispatch in Enso.