Showing posts with label ruby. Show all posts
Showing posts with label ruby. Show all posts

04 December 2007

What Does This Mean for NetBeans?

NetBeans has always been something of a mystery to me. I'd always regarded it as the runner-up IDE for Java, after Eclipse. But it's clear that I'm behind the times:

Netbeans 6.1 will have plugin support for creating, editing, deploying to Apache HTTPD, running and even debugging PHP projects.

And according to the NetBeans site:

You get all the tools you need to create professional desktop, enterprise, web and mobile applications, in Java, C/C++ and even Ruby.

Add in PHP, and that's increasingly impressive, but it does beg the question: Do we really need another all-purpose IDE alongside Eclipse? Doesn't that just dissipate the effort? Answers on the back of a postcard. (Via Tim Bray.)

30 October 2007

Microsoft Buys Open Source (Talent)

I predict we'll see much more of this:


Microsoft has hired the creator of the SubSonic tool set and plans to use SubSonic as a key part of an upcoming platform.

...

SubSonic will remain under the same MPL (Mozilla Public License) 1.1 license it always has and will remain as completely open source as it always has, he said. "Nothing will change at all," he said. "I'm just getting paid, essentially, to work on it."

Conery said he had been working under contract with Microsoft for about eight months before the company hired him.

He is not the first developer of open-source technology hired by Microsoft to boost its developer division. The company hired John Lam, a Ruby expert, and Jim Hugunin, who delivered an implementation of Python for .Net, among others.

This is a shrewd move for Microsoft, which is following in the footsteps of Google. As Chris DiBona told me recently:

Google has been very public in the fact that we have three primary languages, and that's C++, Java and Python. So as part of that we try to bring on staff people who are the world leaders in those projects - Josh Bloch and Neil Gafter for Java, Guido on Python, Ian Lance Taylor and Matt Austern. We do that because having those people on staff, those projects can continue to move forward, and that's good for us; and also our use of the projects informs the directions sometimes where these projects can go.

So, seeing Linux in an environment like Google informs the direction of Linux in a lot of ways, because you get to see it in an extremely high-load, high-availability environment that you don't really see that often, and you see it on commodity hardware here. So that's really good for the outside world that Andrew [Morton] gets to see that, and that Andrew can really code whatever he wants.

You can't buy love, but you can certainly buy influence.

06 September 2007

Enter the Open Komodo Dragon

I've always been struck by how little known the company ActiveState is, given that it's worked with many open source languages such as JavaScript, Perl, PHP, Python, Ruby and Tcl. Now it's opening up its multi-platform, multi-language IDE:

With the Open Komodo Project, the focus is on dynamic languages and the open web. Open Komodo is developed on top of many open source technologies including Mozilla, Python, and Scintilla. The primary development technologies used include XUL, JavaScript, Python, and C/C++. The Open Komodo platform will be entirely open source and licensed under the same terms as Firefox: Mozilla Public License (MPL), GNU General Public License (GPL), and GNU Lesser Public License (LGPL).

The Open Komodo Project aims to create a full-featured web development tool for client-side web development integrated with Firefox, Mozilla's free, open source web browser, and based on the award-winning Komodo IDE. This new tool, codenamed Komodo Snapdragon, will be developed in collaboration with the open source community.


Sounds good, particularly the integration with Firefox.

27 June 2007

Eclipse Eclipses Itself

As I wrote over a year ago, Eclipse is really open source's best-kept secret. Today, the best got even better:

The Eclipse Foundation today announced the availability of its annual coordinated project release, this year code named Europa. Europa features 21 Eclipse projects for software developers and is more than double the size of last year's record-setting release.

The release consists of more than 17 million lines of code and the contributions of over 310 open source developers located in 19 different countries. The 2006 release, code named Callisto, involved 10 project teams, 7 million lines of code, and 260 open-source developers in 12 countries. This is the fourth year in a row the Eclipse community has shipped a major release on schedule.

Innovations in the Europa release include new runtime technology for creating server applications, developer tools for service-oriented architecture (SOA), tools for improving team collaboration and support for users of the popular Ruby programming language.

Wow.