Got it on my bookshelf, along with a couple others from the same series. It's an excellent book, very readable, and IMO absolutely indispensable for anyone who wants to make a career in architecture or civil planning. I don't know how much I agree with Alexander's opinion that ultralightweight concrete is the future of residential construction, but I do like his writing style.

You can also find books on business and management (Anti-Patterns (Brown et al., John Wiley & Sons) springs to mind) that use the term 'pattern' to discuss business processes and human interaction. Nor should we forget the fields of knitting and metal casting. I don't know of any significant body of work within the literature of computer programming that uses 'pattern' exclusively of OOP, though.

Design Patterns (Gamma et al.) and various papers in PLoPD 1-4 (Addison-Wesley, various authors, various editors) cite APL as a source of inspiration, but then use 'pattern' to refer to collections of objects without additional qualification. UML and its associated literature don't even mention APL as far as I know, but UML clearly contains notation for patterns. I intend to cite APL in my chapter on patterns (the above is from the chapter on OOP), so I should end up being consistent with established usage.


In reply to Re: Re: RFC - OOP and Turing machines by mstone
in thread RFC - OOP and Turing machines by mstone

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.