Files
openmethod/meta/libraries.json
2025-12-17 09:28:07 -05:00

16 lines
576 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"key": "openmethod",
"name": "OpenMethod",
"authors": [
"Jean-Louis Leroy"
],
"maintainers": [
"Jean-Louis Leroy"
],
"description": "Open-methods are free-standing functions that work like virtual functions: they select the best overrider from a set, depending on the dynamic type of their arguments. This makes it possible to add polymorphic operations to existing classes, without modifying them. They make patterns like Visitor unnecessary.",
"category": [
"Emulation", "Programming"
],
"cxxstd": "17"
}