A list of computer languages with release year and category
1–10 of 82 posts
Re: A list of computer languages with release year and category
#2Re: A list of computer languages with release year and category
#3Re: A list of computer languages with release year and category
#4How does it estimate the number of users?
Re: A list of computer languages with release year and category
#5Re: A list of computer languages with release year and category
#6How does it estimate the number of users?
Or jobs?
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
#7In case you can't find it, c++ is on the list, but under cpp like the file extension.
Re: A list of computer languages with release year and category
#8Wish it was sortable by date
[1] - https://gist.github.com/bendiksolheim/307a6af9aba2c4360c75b9...
Re: A list of computer languages with release year and category
#9Wish it was sortable by date
Re: A list of computer languages with release year and category
#10Wish 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...