racket / rhombus

Rhombus programming language
Other
345 stars 62 forks source link

Fallback option in veneers #500

Open usaoc opened 6 months ago

usaoc commented 6 months ago

Something that can be useful in veneers is to allow static operations to be partially overridden with fallback to the underlying representation’s dispatch. This pattern can be seen in StringCI, for example, which only overrides the static Comparable operations.