I'm interested in hard problems.
Recently, I've started thinking a lot about what CP6AN might look like.
Class::MOP and the Perl 6 Metamodel make me more excited than I'd like to admit.
Also expect occasional wordy technology-related rantings.
Unfortunately, even the best of us are sometimes forced to use Windows.
Which perl would you recommend on Windows for somebody doing development work in Perl? I'm unlikely to be writing XS, although I might need XS modules. Note that this will not be running production software, so I don't need something stable as in Debian-stable.
Perl under Cygwin? ActiveState? Vanilla? Strawberry? Something else completely?
Strawberry (Score:1)
Re: (Score:1)
Re: (Score:1)
But either way, I've not had a single problem with it so far on two different boxen.
Re: (Score:1)
I haven’t tried to run production with it – but then, we’re talking about Windows, so damned if I’d try anyway. For what I need (light development work, once in a while), it’s been completely reliable, and certainly has proven much nicer when trying to get exotic modules working than AS Perl ever even came close to.
Re: (Score:1)
It's pretty stable -- in the sense that it's not likely to unexpectedly go belly-up on you. That said, there are substantial issues with many modules on win32 -- but that's not the fault of Vanilla/Strawberry. If a module compiles and passes its tests, then it should to be stable after that.
Major missing piece right now: external libraries. We're working on that.
The "alpha" in part reflects that fact that the installer package itself is evolving. Eventually, we plan to target 5.8.9 as the release ve
Re: (Score:1)
I don't need production quality, but I also don't want something that coredumps every few minutes, which is what I was afraid pre-alpha might be.
Looks like I'll be trying Strawberry.
Further to that... (Score:1)
For example, CPAN modules installing on Strawberry still generate man pages, when it's highly likely people won't have man, or won't use it anyway. perldoc will almost always be enough.
pl2bat isn't as nice as it should be.
A half a dozen other nigglies still don't work quite clean enough yet, compared to how they should.
And as dagolden mentions, there's a number of modules we wrot
Re: (Score:1)
Is it better than Cygwin Perl? On the one hand, I have Cygwin fatigue. On the other, Perl is only half of the puzzle. I want bash, too.
Has anyone used Strawberry with MSYS bash? That might truly be heaven for me...
Re: (Score:1)
We are considering inclusion of the MSYS shell in Strawberry, by the way.
Steffen
Cygwin (Score:2)
I live in Cygwin and am very happy with it. You may have some limitations on modules, but you may have some of those with other distributions, too.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
What exactly are you doing? (Score:1)
Maybe if we had some sort of detail about what you are doing that would help?
Re: (Score:1)
Working on and testing modules primarily. I'm not as interested in using Perl to script OS actions or do platform-specific work.
That said, I think I have my answer.
Most certainly not Vanilla (Score:1)
And there's no way to tell from the build numbers which ones are usable and which aren't.
Re: (Score:1)
Not entirely true. Strawberry is built upon Vanilla, so any Vanilla build used for a Strawberry release can be considered OK.
Re: (Score:1)
Not to mention they then have to deal with Bundle::CPAN and the other things on their own, when Strawberry will have the various bits and pieces already there.