NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Sepia (Score:1)
Speaking as the author...
First, Sepia could be used as the basis for a decent REPL, but it has been developed as part of the Emacs integration.
rlwrap perl -Mblib -MSepia -e Sepia::repl
works fairly well, but misses out on completion. I should really write a "repl" script that ties into readline at some point, but since I always have Emacs running, and don't really care for a language REPL outside an editor (you use vi?), I have little incentive to do so.
Second, you seem to have
Re: (Score:1)
My problems with the Makefile.PL were only because at that point I still didn't know that Sepia was an Emacs thing, and thought it was a simple REPL-like shell.
Now that I know, I'm completely fine with it.
That said, if the optional deps pass tests, it might be a good idea to just make them mandatory.
Re: (Score:1)
I think the deps pass tests, but PadWalker, Lexical::Persistence, and Devel::Size are all seemingly fragile XS modules (I have an open heisenbug against Devel::Size, for example). Mainly, though, I don't like forcing people to clutter their systems with modules they don't use, so I try to minimize required dependencies.
Shell::Base (Score:1)
(darren)
Re: (Score:1)
I didn't find Shell::Base in my searching.
It doesn't install on Windows, due to Term::Size failing.
Re: Acknowlegements (Score:1)
I probably overreacted. :)
To further explain my rating, I was completely put off by (only) this section of your documentation:
It originally seemed to fly in the face of all the hard work people have done to make usable and featureful Perl shells. I interpreted this line as "How come nobody's written a shell that evaluates Perl before?" which would of course be ludicrous. If you had included reasons why other REPL modules didn't work for you, I woul
Coro (Score:1)
On an almost but not quite completely unrelated note, Coro does at least work under cygwin. I tried it under strawberry last night and it didn't work out so well though. I'll let you know if I can get it to work.
'Cause I want Continuity on a perl on a perl on a stick stick! And who wouldn't? :)
Re: (Score:1)