Pattern Languages of Programming
From Wikipedia, the free encyclopedia
Pattern Languages of Programming is the name of a group of annual conferences. The purpose of these conferences is to develop and refine the art of software (design) patterns, cf. design patterns (computer science). Most of the effort focuses on developing a textual presentation of a pattern such that it becomes easy to understand and apply. This is typically done in a writers workshop setting, also cf. authors' conference.
Contents |
[edit] The flagship conference
The flagship conference is called the Pattern Languages of Programming conference, abbreviated as PLoP. PLoP has been held in the U.S.A. since 1994[1]. Until 2004 it was held annually at Allerton Park in Monticello, Illinois, a property of the University of Illinois at Urbana Champaign. Since then, its location has alternated between Allerton park and being co-located with OOPSLA, a large computer science conference.
Notable people who chaired the conference in the past include Ward Cunningham, Richard Gabriel, Ralph Johnson, John Vlissides and Kent Beck.
PLoP (and several other Pattern Languages of Programming conferences) are sponsored by the Hillside Group, a U.S.-based non-profit organization that holds the PLoP trademark and the rights to the conference.
[edit] Other PLoP conferences
- EuroPLoP, held in Germany since 1995
- ChiliPLoP, held in the U.S.
- SugarLoafPLoP, held in Brazil
- KoalaPLoP, held in Australia or New Zealand
- VikingPLoP, held in the Scandinavian countries
[edit] Publications
The conference proceedings are typically published locally as technical reports of a sponsoring university. EuroPLoP papers have been published annually by the German publisher Universitätsverlag Konstanz. After the conference, authors are given the chance to submit a revised paper for publication in the book series Pattern Languages of Program Design by Addison Wesley.
In 2007, an academic journal was started, called Transactions on Pattern Languages of Programming. The editors-in-chief are James Noble and Ralph Johnson and the European editor is Uwe Zdun. The journal is published by Springer-Verlag.
[edit] References
- ^ Berczuk, Steven (December 1994). "Finding Solutions Through Pattern Languages". IEEE Computer 27 (12): 75–76. IEEE.
[edit] External links
- The homepage of the Pattern Languages of Programming conferences, organized by the Hillside Group
- The homepage of the European Pattern Languages of Programming conference, organized by Hillside Europe
- Springer Verlag's homepage for the Transactions on Pattern Languages of Programming journal
- Ward's wiki HistoryOfPatterns including how PLoP came about