Live data from Hacker News

Ask HN: why does the TIOBE index omit HaXe, CoffeeScript and Vala?

news.ycombinator.com

1–4 of 4 posts

Ask HN: why does the TIOBE index omit HaXe, CoffeeScript and Vala?

#1
Neither CoffeeScript nor HaXe or Vala figure in the 2013 TIOBE index [1]. If I had to guess I'd say all of them are more widely used than most included in the >50 group, and the index does feature "transpiled" languages like Dart and Fantom.

They claim to use search engines and other web resources to compile the listing, what could account for these missing? Are they really less common than Dart, Eiffel, Gambas, Dylan, etc?

[1] http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

Re: Ask HN: why does the TIOBE index omit HaXe, CoffeeScript and Vala?

#4

Probably because they are trans compiled languages. Fantom also runs on the JVM and the CLR. Dart can run directly in Chrome.

Dart only runs in a specialized version of Chrome, and I assume they don't discern between code being transpiled or ran in a VM for Fantom/Clojure and others, so what would be the point? A bytecode compiler for the JVM could be written for any of these languages.