Description
This chart shows the top programming languages used by projects in Rubyforge.
Visualization

SQL Script
SELECT rfpl.description, count(DISTINCT rfpl.proj_unixname) AS lang
FROM rf_project_programming_language rfpl
WHERE rfpl.datasource_id = <current>
GROUP BY rfpl.description
ORDER BY lang DESC;
| Attachment | Size |
|---|---|
| rfProgLang.jpg | 43.21 KB |
ha ha
No big shockers here :) Actually I'm curious about the other languages represented. In a word: why?