Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 691 Bytes

dispatch.md

File metadata and controls

31 lines (22 loc) · 691 Bytes
layout title category tags order
developer-doc
Dispatch
semantics
semantics
dispatch
runtime
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

There is a decicated page discussing dynamic dispatch and its semantics.