Julia's Killer App(s): Implementing State Machines Simply using Multiple Dispatch
Joshua Ballanco
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.