data
- Callables are first-class objects that can be dynamically published ‣ Enable user-defined functions with generic patterns
- Functionals like apply, elwise, reduction, multidispatch, outer, neighborhood,
and rolling transform one callable into another ‣ Built-in callable are overloadable
- Users can define +, -, *, /, … for custom types