Content deleted Content added
Added missing “a” Tags: Mobile edit Mobile web edit |
|||
Line 1:
The '''expression problem''' is a challenge problem in [[programming languages]] that concerns the extensibility and modularity of statically typed data abstractions.
The goal is to define a data abstraction that is extensible both in its representations and its behaviors, where one can add new representations and new behaviors to the data abstraction, without recompiling existing code, and while retaining static type safety (e.g., no casts).
It exposed deficiencies in [[programming paradigms]] and [[programming languages]], and it is still not definitively solved, although there are many proposed solutions.
|