Earlier quoted context omitted.
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.
A list of computer languages with release year and category
41–50 of 82 posts
Re: A list of computer languages with release year and category
#42To this day, I still miss the ability to list, move up and edit code at the same time using C= 64 terminal. Good days. https://codelani.com/languages/simons-basic.html
Wow!
Re: A list of computer languages with release year and category
#43Re: A list of computer languages with release year and category
#44 curl https://raw.githubusercontent.com/codelani/codelani/master/langs.csv \
| awk -F "," '{print $NF, $0}' \
| sort -n \
| sed "s/^[^ ]* //" \
| less
This will fetch the CSV, copy the date to the front, sort it, then remove the date.There are a lot of entries that don't have dates. If you want to remove them, pipe the result through:
grep -v ",$"Re: A list of computer languages with release year and category
#45Missing: https://en.wikipedia.org/wiki/Go!_(programming_language) https://en.wikipedia.org/wiki/CAL_Actor_Language https://en.wikipedia.org/wiki/TempleOS [HolyC] https://en.wikipedia.org/wiki/Standard_Portable_Intermediate... [SPIR] https://en.wikipedia.org/wiki/Refer_(software) https://en.wikipedia.org/wiki/RuneScape#History_and_developm... [RuneScript] https://en.wikipedia.org/wiki/Vulkan_(API) https://en.wikipedia…
It's lists c-- correctly, so I don't know why C++ would be any different.
Re: A list of computer languages with release year and category
#46You'll notice the list has ZOPL, but is missing ABL (Automated Banking Language) which ran several banking operations in Canada in the early 80's.
Re: A list of computer languages with release year and category
#47Missing: https://en.wikipedia.org/wiki/Go!_(programming_language) https://en.wikipedia.org/wiki/CAL_Actor_Language https://en.wikipedia.org/wiki/TempleOS [HolyC] https://en.wikipedia.org/wiki/Standard_Portable_Intermediate... [SPIR] https://en.wikipedia.org/wiki/Refer_(software) https://en.wikipedia.org/wiki/RuneScape#History_and_developm... [RuneScript] https://en.wikipedia.org/wiki/Vulkan_(API) https://en.wikipedia…
Re: A list of computer languages with release year and category
#48Wish it was sortable by date
Re: A list of computer languages with release year and category
#49Where should we send links to missing languages (like https://en.wikipedia.org/wiki/Gofer_(programming_language) ) ?
Re: A list of computer languages with release year and category
#50Please make this list sortable by the columns. Thank you.