I just had a rummage through some examples of lisp and was instantly revolted by it. Whilst I can see why you might think aXML is related to lisp, but the apparent similarity is superficial.

Also I just looked up this "currying" that you mentioned and I have no idea what that is all about.

As for lambda functions, I do recall a degree holding friend of mine mentioning that term way back like 5 years ago when I was first playing around with the original aXML parser, however I still haven't figured out what she was on about.

Your right about aXML blurring the line between data and code, infact it doesn't just blur that line so much as erase it entirely. In aXML data is code and code is data there is no distinction.

That may ring alarm bells to a classically trained computer scientist, however I would stress that due to the structure of the syntax which is only marginally harder to understand than say HTML5, there is no problem. You can consider aXML as a datacode programming language for controlling servers and browsers.

After a very short and shallow learning curve the systems merits soon become clear.


In reply to Re^5: aXML vs TT2 by Logicus
in thread aXML vs TT2 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.