Live data from Hacker News

A list of computer languages with release year and category

codelani.com

1–10 of 82 posts

Re: A list of computer languages with release year and category

#6
post #4
post #2

How does it estimate the number of users?

Or jobs?

I don't know, but looking at ADA, 20 jobs seems very low. I was under the impression that ADA is still a required language for a lot of military hardware.

My guess would be that he's scraping jobs sites for listings numbers, and I suspect something like ADA development is using different channels to find devs.

Re: A list of computer languages with release year and category

#8

Wish it was sortable by date

This is doable with some JavaScript. Paste the JavaScript from this gist [1] in your console while on the web page, and the table will be sorted descending by year. Swap `bValue - aValue` on line 4 with `aValue - bValue` to sort ascending.

[1] - https://gist.github.com/bendiksolheim/307a6af9aba2c4360c75b9...

Re: A list of computer languages with release year and category

#10

Wish it was sortable by date

This is doable with some JavaScript. Paste the JavaScript from this gist [1] in your console while on the web page, and the table will be sorted descending by year. Swap `bValue - aValue` on line 4 with `aValue - bValue` to sort ascending. [1] - https://gist.github.com/bendiksolheim/307a6af9aba2c4360c75b9...

It breaks/stops at rows with blank "appeared".
Post reply on HN