No, I'm pointing out that the code of this site suffers from a problem which requires a certain level of knowledge and understanding to get around.

It's exactly the same problem that certain characters suspect aXML of suffering.(wrongly as it happens)

Point is even a well thought out and mature code base can contain problems when treated roughly in an exceptional manner with the intention of breaking it, as the above proves.

aXML is not RocketBrainf-ck, it's very simple, and as it stands right now my current parser appears to be capable of outputting any HTML/aXML code without problems. (I have yet to find a test case that fails). To be honest I'm having a slight problem with outputting certain Perl constructs, however I have already figured out the solution and intend to have it coded up prior to launching PerlNights.

One criticism someone made, I can't remember who, was that it wasn't possible to see from looking at the aXML code what it actually does without inspecting the plugin code. Well all I have to say to that one is this; what does the following do:

use foo; print foo(bar(baz()));

Please tell me how to know what the output of that program is, WITHOUT inspecting the code of the package foo... if you can I will accept the criticism as valid, if you cannot, then I will consider that criticism, like all the others, as firmly refuted.


In reply to Re^20: Is an aXML compiler possible? by Logicus
in thread Is an aXML compiler possible? by Logicus

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.