Overkill or underkill? It's not an emulation environment, but a software layer that MS recommended to replace their Unix Services for Windows environment when they phased it out.

By default, if you install the base cygwin env, you are going to get a tty interface.

The OP said: <quote> All I need is one window to paste the program and one to see the text-only output; no graphics, modules, or other bells & whistles. </quote> The windows perl installs don't do a great job of making unixy things work - they often end up using '\' as a path separate when the win32 and lower NT-OS layers both accepted '/'.

The main thing I didn't like working in the windows env was its crappy shell (command.com=>cmd.exe). It was designed on the mainframe idea of overloading switches and options onto a few commands vs. the unix idea of splitting things up so you can chain them together however you want. I mostly thought the OP would be unhappy with the windows CLI.

With a cygwin env, you can run other terminal emulators configured as you like, and emac or gvim in graphics mode rather than in a TTY mode that has poor font support.

But I *do* have my own issues w/Cygwin -- but I'm alot more particular than most and I was going by what the OP wrote in wanting simplicity.


In reply to Re^3: MacPerl Replacement for a non-programmer? by perl-diddler
in thread MacPerl Replacement for a non-programmer? by Anonymous Monk

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.