Archive for Ruby
December 10, 2007 at 1:05 am · Filed under Functional Programming, Ruby, Tools Reviews
Bookmark on del.icio.us
There are some new hot web server frameworks: Ruby on Rails (Ruby), Yaws+ErlyWeb (Erlang) and HAppS (Haskell.) These new frameworks are supposed to facilitate fast development. But, how fast – and scalable – are the applications built in and for these frameworks? The goal of this post is to get a preliminary answer to this [...]
August 26, 2006 at 6:27 pm · Filed under .NET, AJAX, C++, Functional Programming, IT Industry, Java, Language Reviews, Ruby
Bookmark on del.icio.us
If one would measure popularity by number of hits on Google, these are the five most popular computer languages: PHP Java C Flash Perl A graph of Google hits, using the query +lang +programming, for some of the most common languages follows. NOTE 1: please inform me if your favorite language is omitted. NOTE 2: [...]
August 24, 2006 at 2:00 am · Filed under AJAX, Ruby, Tools Reviews
Bookmark on del.icio.us
There is this popular wrapper for common JavaScript idioms, called Prototype. I will not explain it – since that is done elsewhere – nor praise it. What I will do is to look critically at one part of this library, the array extensions. This library is used by most fancy AJAX libraries popping up, whether [...]
August 20, 2006 at 9:35 pm · Filed under AJAX, Java, Language Reviews, Ruby, Tools Reviews
Bookmark on del.icio.us
AJAX is a bunch of cryptic JavaScript snippets on the client side together with some advanced web services, written in another, and more powerful, language. Right? Not necessarily. I here give a brief comparison of three ways to create AJAX applications with only one language, running on both client and server. The three unilinguistic approaches [...]