in reply to Perl as interactive Shell?

Your post reminded me of Zoidberg, a Perl shell, seemingly the github repo.

Replies are listed 'Best First'.
Re^2: Perl as interactive Shell?
by LanX (Saint) on May 12, 2017 at 15:08 UTC
    yes, IIRC zoidberg had a good handling of Term::Readline (I don't like the underlying documentation of Gnu-Readline )

    And there was also another attempt ("perlshell" ? "psh"?) where pipe was overloaded.

    But I'm asking about technical limitations, because I'm thinking about patching the perldebugger in a REPL/Shell way.

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!

    update

    see also using perldebugger as REPL?

      Technically, seems like it should work fine. It would probably be convenient for at least some one-off tasks, or for working out the logic of a script-able procedure. And a lot of what can be done in *sh can be done in Perl with out using external executables. (Not that I see anything intrinsically wrong with using external executables - especially when *sh issues can be avoided by bypassing *sh.)

Re^2: Perl as interactive Shell?
by perldigious (Priest) on May 22, 2017 at 16:58 UTC

        Whoop! Whoop! Whoop! Whoop! Whoop! Whoop!

        But I am slightly disappointed that there isn't some sort of scuttle method call, or something like that, in there somewhere. :-(

        Just another Perl hooker - Working on the corner... corner conditions that is.