something off tangent, but still on education, somewhat rant...

i self taught perl, rexx, applescript, and bourne shell (and TI-basic) during the time i was at the university and my last job.

(i understand perl, but not perl OO. comparatively, (OO wise) java is easier to understand, and seems like C++ would also be if struct is any indication. perhaps if i can be made to understand bless, AUTOLOAD, and DESTROY better, my remaining perl problems would go away.)

now that i can't seem to find work, i went looking to fill my time w/ computer related courses. i tried to find colleges around my area (martinsburg, west virigina) which would offer intermediate/advanced courses in C, cobol, of lisp family, or any of the OO (C++, smalltalk, or ruby in particular) languages.

i could not find anything related to C (so that i could understand and "fix" my favourite programs better), smalltalk (heard it's pure OO, wanted to check it out), lisp (have no experience what so ever), cobol (extensively used by others at my last job on os/390; i liked os/390), or ruby (printed english literature seems to be scarce).

in fall 2002 i took introductory C++ course (hagerstown community college); currently taking 2d part (advanced C++). concurrently i am also taking supposedly "advanced" java course at shepherd college.

so far java course is a disappointment mostly beacuse heavy use of IDE (jbuilder) instead of CLI when most of the students are catching up on the basics. in comparison, the C++ instructor is indifferent. (actually, he vehemently hates things microsoft.) imo, the java course focuses more on doo das than the core; references are not covered, neither is networking (i am thinking of servlets), the end portion of the course deals w/ graphical windows.


In reply to Re: Which language would be most helpful? by parv
in thread Which language would be most helpful? by mrpilot

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.