Implementing State Machines Simply Using Multiple Dispatch | Joshua Ballanco | JuliaCon 2019

preview_player
Показать описание
Julia's embrace of multiple dispatch as a key organizing concept provides developers with all the tools they need to simply implement state machine based solutions to a wide range of problems. This presentation will explore a series of increasingly complex tasks that can all be addressed using a clever combination of types and multiple dispatch.
Рекомендации по теме
Комментарии
Автор

Fun talk. Though now I struggle going back to any language without multiple dispatch.

mildpass