It's not possible, nor is it wanted, to embed images or videos here.

My advice for you is to sit back and structure your presentation. If you feel that you can better "show than tell", please really do think about whether your "show" consists of the same thing you would have written. If you feel that the big structure can only be shown in a screen cast, think about how you could reduce the big structure to some simple example that shows the same concepts except in smaller text. For example, instead of generating and outputting HTML, you could generate and output plain text. This reduces the size of the templates and the cognitive load for the reader who then clearly sees what is text and what is tagged control structure.

You should also find out what your actual goal is with your system. If you want to attract more users and/or developers, you will need to write good documentation so that your system becomes usable for people not familiar with it already. You will also need to compare and show where (and how) your system is better than existing and established systems.

If you "just" want to make your system better (faster, less fragile, more extensible), you will have to give us more to work with than just the 10,000 ft. explanations of how things work, and also in what dimension you seek improvement. I can imagine at least three ways to implement the interpreter/compiler for your language, but without knowing what way you chose, I can't give any concrete advice other than general points.


In reply to Re^5: Too difficult for me... by Corion
in thread Too difficult for me... by simonodell

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.