Content deleted Content added
m Open access bot: doi added to citation with #oabot. |
Adding short description: "Data abstraction problem in programming languages" |
||
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). It exposed deficiencies in [[programming paradigm]]s and [[programming language]]s, and it is still not definitively solved, although there are many proposed solutions.
|