Dynamic types and expando objects
Gosu supports dynamic language features that
permit coding styles similar to non-statically typed languages. The dynamic type allows dynamic assignment
as well as dynamic dispatch of property access and method invocation.
Gosu also provides support for expando
objects, which simplify dynamic property and method access for
typical code contexts.
See also
