Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

General Development Archive

Komodo 3.0 Released

For many developers, there's usually more than one dynamic language that they use to do their jobs. It's also ActiveState's job with its latest IDE release for professional developers using open source dynamic languages, Komodo 3.0. Dynamic languages such as Perl, PHP, Python, Tcl and XLST are all part of the Komodo IDE, which strives to make developers lives easier by offering a common interface and toolset to develop in multiple languages.

Interview with Charles Simonyi on Intentional Programming

"Last week we spent some time with Sergey Dmitriev who talked about his Meta Programming System, which he says fits Charles Simonyi's model of Intentional Programming. This generated a lot of interest, so I contacted Charles himself to see if we could talk with him about it and he graciously accepted to talk about his work at Intentional Software. He was also very speedy in his response to my questions, which allowed me to publish his interview this following week." Read the interview here.

Python development with Eclipse and Ant

Python is a flexible and powerful dynamic scripting language with full object-oriented features. Its many proponents say that the Python language allows them to express their intentions more directly and efficiently than other languages. But newcomers to Python from the Java technology or Microsoft .NET world may find themselves missing their feature-rich and polished IDEs and development tools.

Visual Studio 2005 “Whidbey” Enterprise Dev Edition Alpha Preview

Fernando has previewed Visual Studio 2005 Codename "Whidbey" Enterprise Developer Edition Alpha. Below is an excerpt: " Visual SourceSafe is a viable solution that lets you effectively manage project files. It tracks and stores changes to a file so that developers can review a file's history, return to earlier versions of the file and develop programs concurrently."

Reduce C/C++ compile time with distcc

Some people prefer the convenience of pre-compiled binaries in the form of RPMs or other such installer methods. But this can be a false economy, especially with programs that are used frequently: precompiled binaries will never run as quickly as those compiled with the right optimizations for your own machine. If you use a distributed compiler, you get the best of both worlds: fast compile and faster apps. This article shows you the benifits of using distcc, a distributed C compiler based on gcc, that gives you significant productivity gains.

Five Performance Tools for Linux on PowerPC

This article describes Performance Inspector, which contains a suite of performance tools for Linux. The author describes how to download and install the required software and tools, and how to collect performance data. She also provides details on how to use the five basic tools, which you can use to analyze performance of your C/C++ and Java apps, as well as performance of your system as a whole.