Live data from Hacker News

Programming Language Network: A Graph of Programming Languages

fatiherikli.github.io

11–20 of 22 posts

Re: Programming Language Network: A Graph of Programming Languages

#13

A search function would be killer.

My thoughts exactly. Center the term if found and highlight it would do the trick already.

There also needs to be better filtering of the raw data ("many others" near Python is kind of a head scratcher for example).

Filters for "just languages" or language + path length of X etc. might be cool as well.

A simple NON_AUTHORS = ["others", "et al."] etc. and using that in normalize_data would be a good start imo.

Edit: Plankalkül also has encoding issues :)

Re: Programming Language Network: A Graph of Programming Languages

#14

This sort of visualization while really really cool (and kudos to the developers) is also really hard to navigate. I can't easily find any of the languages I'm looking for without a lot of visual scanning and zooming in-and-out.

You can center the view on any language by adding "#language:" to the URL. For example: https://fatiherikli.github.io/programming-language-network/#...

Re: Programming Language Network: A Graph of Programming Languages

#15

This sort of visualization while really really cool (and kudos to the developers) is also really hard to navigate. I can't easily find any of the languages I'm looking for without a lot of visual scanning and zooming in-and-out.

You can center the view on any language by adding "#language: " to the URL. For example: https://fatiherikli.github.io/programming-language-network/#...

Or just -f Languagename.

Re: Programming Language Network: A Graph of Programming Languages

#16

Earlier quoted context omitted.

You can center the view on any language by adding "#language: " to the URL. For example: https://fatiherikli.github.io/programming-language-network/#...

Or just -f Languagename.

Yes, but then good luck with finding C, J, K, B or similar :) BTW, I'm not sure, but I think all the single letter language names are taken already?

Re: Programming Language Network: A Graph of Programming Languages

#19
It's interesting that the distinction between functional languages and imperative languages is not at all clear in the graph. This could be caused by the fact that the visualization technique used is not capable of showing this, or that there are simply too many types of edges (or because each type of edge is getting the same "importance" in the graph drawing algorithm).

Re: Programming Language Network: A Graph of Programming Languages

#20

Earlier quoted context omitted.

Or just -f Languagename.

Yes, but then good luck with finding C, J, K, B or similar :) BTW, I'm not sure, but I think all the single letter language names are taken already?

Still some single letter programming language name left according to this blog post: http://iron9light.wordpress.com/2009/12/16/single-letter-pro... . However the post is a little old, so it may have changed.
Post reply on HN