Content deleted Content added
MarcGarver (talk | contribs) →History: uncited despite having quotations, and appears to be OR or POV |
MOS:CURRENT, WP:NOCITE also, a "problem" (itself) cannot "expose" deficiencies |
||
Line 1:
{{Short description|Data abstraction problem in programming languages}}
The '''expression problem''' is a challenging problem in [[programming language]]s 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).
== History ==
|