In the spirit of the "Perl Monks" theme, here's my take on
the "fast enough" question with reference to Zen teachings,
here presented as a paraphrased version of
the comments of another monk, Takuan Soho, on
learning:
You need to realize that when you practice from the state of
the beginner all the way to the stage of immutable wisdom,
then you must go back to the status of the beginner again.
Let me explain in terms of Perl. As a beginner
you know nothing of statements or regular
expressions, so you have
nothing in yourself to dwell on mentally. If someone
asks you to program, you just program
without thinking of anything.
Then, when you learn various things like packages,
how to wield
a regular expression, where to place your attention, and so on, your mind
lingers on various points, so you find yourself all tangled
up when you try to code.
But if you practice day after day and month after month,
eventually statements and structure don't
hang on your mind anymore,
and you are like a beginner who knows nothing.
Zen teachings advocate a position of doing without thinking,
which is to say that only when you can program without thinking
about programming can you claim that you can really program
at all.
Learning Perl is like learning any language, and you have
really only learned that language when you begin to think
in that language. You're "fast enough" when you don't have
to think about Perl at all and you can just program.
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, 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, 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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|