From my point of view, there's a bit of a difference between writing a simple, very basic HTTP client design for a specific use case and writing a full blown Perl interpreter that also needs to keep pace with normal Perl releases.

You may disagree off course. And i'd be more than willing to run my projects on your Perl interpreter to check it out, report bugs and maybe even contribute some patches. I don't have an extra lifetime available to donate fulltime to such a project. If someone comes up with a use case where a (slower) Perl interpreter written in Perl actually justifies the amount of work required, i would be more supportive.

Also, not exactly sure why you bring up my Async HTTP client at all. I had a need for one of my projects of such a thing, i wrote it to support that specific use case, and it took me less time to do it that to rewrite existing software to support one of the other HTTP clients. I released the source code because it might be useful for someone else. If you don't like it, fine, use something else. You don't like it that there is no one to support it if i die or loose interest? Doesn't rob me of a minute of sleep.

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
Also check out my sisters artwork and my weekly webcomics

In reply to Re^3: A Perl interpreter written in Perl? by cavac
in thread A Perl interpreter written in Perl? by harangzsolt33

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.