Desmond File

Blog archive

The Dish on Dynamic Languages

The busy folks at Forrester Research have released another report, this time breaking down the growing segment of dynamic languages. The third quarter Forrester Wave report looked at five dynamic languages: ECMAScript (JavaScript), Perl, PHP, Python and Ruby.

Forrester describes dynamic languages as being flexible, easy to learn and well-suited for Web 2.0 development by enabling integration and application assembly. The report also notes that these languages can reduce cycle times by allowing developers to focus on crafting business logic by leveraging mature frameworks and libraries.

Not all dynamic languages are created equal. According to Forrester, the Python language graded out slightly ahead of the others. "Python emerged as a leader because of its rich features and the fact that developers use it for a wide variety of application types," the report states. The authors, Michael Goulde and Jeffrey Hammond, went on to praise Python's clean syntax, consistent style structure and extensibility.

Ironically, Python is the only dynamic language that seems to be losing traction among programmers, according to the TIOBE Programming Community Index list. Python dropped to eighth overall in August, from seventh a year ago. PHP and Perl held steady in the middle of the top 10, just behind C++ and ahead of C#. While ECMAScript (shown as JavaScript on the list) moved up to ninth place, Ruby jumped from 13th to 10th.

You can read the excerpt of the Forrester Research summary here.

Are you making use of one or more dynamic languages in your shop? Tell us your thoughts about these popular solutions and the challenges you face. What would you like to see done to improve Ruby, Python, PHP, Perl and ECMAScript? My e-mail, as ever, is mdesmond@reddevnews.com.

Posted by Michael Desmond on 08/22/2007


comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube