Hi Monks,

oop dogs me. Several times during my longstanding activities with computers i made efforts to understand and spiritualize the mechanisms of object-oriented programming.

In the end all these attempts remained fruitless. I mention the reason for this defeat was the missing practical use.

That changed with perl. The esoterics began to vanish when i saw the way perl puts oop into action. The use of blessed hashreferences showed me the "simple" way perl realizes objects. Though i'm mostly still a "sequential" programmer, i think i've understand oop fairly and i'm able to use it. Meanwhile i wrote a few applications which successful use the advantages that come with oop. On the way to realization some great "aha-experiences" happened to me. Especially the polymorpistic behavior of objects impressed me and made programming in some cases much more easier and clearer.

But it seems that my efforts went into a false direction. Everywhere i can read that neither perl nor C++ is suitable for real oop. Even with Java one isn't sure if that is. "The one and only genuine oop-language is smalltalk".

How shall i interpret these statements. Are these postings kind of "religious wars" or is smalltalk really the philosopher's stone regarding oop? In other words:

is it worth making the effort to learn smalltalk and does it bring benefits to the practical daily work or is it more of academical interest ?

I would like to know what you think about.

regards and a happy new year, tos


In reply to is it worthwhile to learn smalltalk ? by tos

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.