I'm looking for coding technology. I want one unified space to work in that can represent perl code as squishy yet machiney objects (in the conventional sense) with styles to suit levels of abstraction I'm usually working at, but also works at the code hacking level.

It's kind of like the concept of changing the font size of code taken to an extreme. Glossing over is part of the process.

From this picture of what's there in the program, I want to take on a dimension of the test harness and test routines... Creating and handling test data should be easier, I've done lots of yaml test data. From here you could eg. run between two different versions of the code and get a picture of what was happening. See breakages as they are happening.

It's great to be typing code in one place and seeing something react accordingly in another place.

I'm also keen on pulling in CPANTS reports and using diag statements to receive specimens from deep in exotic systems and then using as test data to iron out all the kinks.

And it seems this kind of pulling in lifeforms from across cyberspace and figuring out how their language works and getting it going, is a big deal.

It would make me balance less plates while debugging too... That's a great idea. Man and machine need to work together as closely as possible...


In reply to coding technology by SteveEirium

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.