Difference between revisions of "Pearl language"

From Pearl Language
Jump to navigation Jump to search
(Background++)
m (+= ==Sources==)
Line 10: Line 10:


Applying a {{p}} in a given context results in a new, changed context that, in turn, solicits new {{ps}} to make it more whole.
Applying a {{p}} in a given context results in a new, changed context that, in turn, solicits new {{ps}} to make it more whole.
==Sources==
{{WebSourceListItem
{{WebSourceListItem
|url=http://www.infoq.com/articles/twenty-years-of-patterns-impact
|url=http://www.infoq.com/articles/twenty-years-of-patterns-impact
|site=InfoQ
|site=InfoQ
|person= Gregor Hohpe, Rebecca Wirfs-Brock, Joseph W. Yoder, Olaf Zimmermann
|person=Gregor Hohpe, Rebecca Wirfs-Brock, Joseph W. Yoder, Olaf Zimmermann
|title=Twenty Years of Patterns’ Impact
|title=Twenty Years of Patterns’ Impact
}}
}}

Revision as of 06:41, 24 April 2014

…{{{context}}}

✣  ✣  ✣

{{{wish full}}}

Similar to A Pattern Language—Towns • Buildings • Construction by Christopher Alexander, Sara Ishikawa, Murray Silverstein, but with a twist: it describes the goal or wish rather than the problem. In other words, it focuses on the positive opposite of a problem.

Therefore:

{{{therefore full}}}

✣  ✣  ✣



✣  ✣  ✣

Reality tends to force tradeoffs between seemingly conflicting goals, such as flexibility and maintainability against size and complexity.

A pearl facilitates these tradeoffs by documenting a well​working approach to fulfill a desire or wish that occurs repeatedly in a given context.

Applying a pearl in a given context results in a new, changed context that, in turn, solicits new pearls to make it more whole.

Sources