Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update 1_why_Julia.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Jul 31, 2022
1 parent 069d332 commit c3835f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _literate/1_why_Julia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,7 @@
# ## Multiple Dispatch

# I think that this is the **real gamechanger of Julia language**:
# The ability to define **function behavior** across many combinations of argument types via
# [**multiple dispatch**](https://en.wikipedia.org/wiki/Multiple_dispatch).
# The ability to define **function behavior** across many combinations of argument types via [**multiple dispatch**](https://en.wikipedia.org/wiki/Multiple_dispatch).
# **Multiple dispatch** is a feature that allows a function or method to be **dynamically dispatched** based on the run-time (dynamic) type or,
# in the more general case, some other attribute of more than one of its arguments.
# This is a **generalization of single-dispatch polymorphism** where a function or method call is dynamically dispatched based on the derived type of
Expand Down

0 comments on commit c3835f7

Please sign in to comment.