ActiveState Returns to Open Source Roots
constab writes "ActiveState, the Sophos-owned company that makes free distributions and commercial programming tools for programming languages like Perl, Python, PHP, Tcl and Ruby, has been sold to a Canadian VC firm. According to the article, ActiveState will go back to its open-source roots and continue development of ActivePerl, ActivePython and ActiveTcl. A full set of Mac OS X on Intel downloads is also in the works."
Pender Financial Group (formerly Devon Ventures Corporation) is a merchant bank that invests in emerging growth companies, specifically those in the technology and health care fields. Subsidiary PenderFund Capital Management Ltd. manages the Pender Growth Fund, a venture capital fund that invests in tech companies located in the Canadian province of British Columbia. Pender Financial owns about $30 million in assets under management. Invested companies include high technology light manufacturer Carmanah, aerial mapping and surveying provider Intermap Technologies Corporation, web hoster Radiant Communications, and messaging software designer Voice Mobility.
If we don't fight for ourselves no one will.
This sounds great. Hopefully they will open up, at least make free(beer), some of their more advanced tools. The Perl dev tools are really good. Only time will tell.
ActiveState have put a Q&A on their website. It has lots of pretty good info, with a little bit of PR thrown in for good measure.
"We'll go back to our roots by continuing what we currently do." - Huh?
quidquid latine dictum sit altum videtur.
Sorry, no current plans to open source Komodo at this time.
David Ascher, ActiveState
I would say that most perl users on the Windows platform are still very much using ActiveState.
- oZ
// i am here.
Indeed. I (through my company) have licences for a bunch of their Perl tools for Windows because at work I have to use a Windows machine. Having Windows around is good when it comes to ensuring code is portable, anyway. There are certain CPAN modules which do not currently build on Windows which one must avoid if attempting to cross-platform Perl apps.
I can understand why some would use Cygwin but I personally gave up on Cygwin for all uses a few years back since I was constantly running into issues with multiple applications installing their own copies of the cygwin DLL and it getting all confused, not to mention the fact that Cygwin stuff always starts up so slowly. Instead, I use native ports of most of the "standard" GNU command line utilities, ActivePerl and a bunch of other all-native bits and pieces to make my usage of Windows less of a pain in the rear.
Note also that ActiveState has a tool for packaging up perl applications into Windows executables. It's a total hack revolving around a self-extracting archive but it's transparent enough to the end user that at my office we have several little home-grown tools written in Perl but most users don't even have Perl installed let alone know or care that they're written in Perl.
I have been using ActivePerl for 5 years now, and ActivePython for 1.5. Komodo is a great IDE, but what makes ActiveState great is basically just the fact that they are ActiveState.
In a corporate environment, using software from an actual company makes managers and IT folk feel warm and fuzzy. And yes, I realize that ActiveState is just mostly just nicely packaging up available open source software... but I don't tell anyone that. Corporate types tend to like it when they can buy something from someone, or at least point to a (stable) company that sells the product. Saying I'm using ActivePython goes over much better than saying I downloaded something from community-based python.org. And no, I'm not saying any of this makes sense, but it has been my experience for the past five years.
If it weren't for ActiveState, I would be forced to write in VC++ or VBA. Thanks to them, I'm using perl and python for my job every day. And that is pretty awesome.
So, keep up the good work, ActiveState!