As of June 2009, what are the top programming languages used by projects listed in Objectweb?
Description
This chart shows the top programming languages used by projects in Objectweb.
Visualization:
SQL Script
SELECT owpl.description, count(DISTINCT owpl.proj_unixname) AS lang
FROM ow_project_programming_language owpl
WHERE owpl.datasource_id = <current>
GROUP BY owpl.description
ORDER BY lang DESC;
Attachment | Size |
---|---|
owProgLang.jpg | 39.96 KB |
Data Resources:
- Log in to post comments