So, for goodness sake stop trying to defend your indefensible assertion that there is no difference between a constant and a write-once variable.

huh? I never said they were the same. Constants are subs that can be inlined that return a read-only variable (or something that pretends to be that), whereas read-only variables are SVs. What are you talking about? How does this even relate?

What about constant parameters and constant variables in C? All three are constructed at run-time.

What utter drivel.

How so? Did something get erased?

There is no such thing as "construction time" for a constant

What? How can you say constants aren't created? Why are you trying to prove they're created at compile-time? How does it matter?

I can't make any sense of your post. I definitely don't see how it shows that "read-only attributes" is a misnomer.


In reply to Re^8: Psychic Disconnect and Object Systems by ikegami
in thread Psychic Disconnect and Object Systems by John M. Dlugosz

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.