The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Languages, Development, and Speed

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Languages, Development, and Speed Posted: Sep 19, 2005 1:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Languages, Development, and Speed
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Brad Wilson points to a Dave Thomas post on development:

Dave Thomas has a great blog post talking about language performance. He's talking about Ruby, but his points are universal. It's no secret that I'm in love with dynamic languages in general, and with Ruby in particular. The performance question is one that always comes up early. Ironically, the people asking this question are usually coming from a managed environment like Java or C#, which were subjected to the same questions by C++ junkies. Talking about business apps in general, and web apps in particular, Dave really nails this:
Let's face it: your average commercial application isn't burning CPU cycles solving NP-complete problems. We typically write code that moves chunks of data about and adds up a couple of numbers. In these scenarios, is it worth worrying about the relative performance of the language used to do the moving and adding? Not in my book.

That's something I was getting at the other day in this complexity post - most people aren't writing apps that do huge amounts of number crunching - heck, most people aren't doing apps where anything more involved than a linear search is necessary. And yet, there's an obsession with trivia - like the speed of floating point math. If you'e one of the people for whom that matters, sure - you want a language that optimizes well. Everyone else - you want a language that optimizes at the end that actually matters - developer speed.

Read: Languages, Development, and Speed

Topic: ESUG Article Promotion Previous Topic   Next Topic Topic: More RSS advertising

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use