Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 681 Bytes

File metadata and controls

32 lines (23 loc) · 681 Bytes
layout developer-doc
title Dispatch
category semantics
tags
semantics
dispatch
runtime
order 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.