Dear author: would you consider also generating the results for Dvorak?
Most Pressed Keys and Programming Syntaxes
71–75 of 75 posts
Re: Most Pressed Keys and Programming Syntaxes
#72It'd be useful to use the histograms to distinguish between different programming languages for automatic language detections of something like gists.
[1] http://softwaremaniacs.org/soft/highlight/en/ http://softwaremaniacs.org/media/soft/highlight/test.html
[2] http://blog.chrislowis.co.uk/2009/01/04/identify-programming...
Re: Most Pressed Keys and Programming Syntaxes
#73Earlier quoted context omitted.
I'd love to see how Clojure compares, as it uses fewer parentheses and may even be competitive to, eg, Java in its use of parentheses. As an aside, its interesting (to me, as a Colemak user) that all of the hot alphabetic characters in all the analyzed languages are on the home row of the Colemak layout (except L, which seems to be kind of hot in C++).
https://twitter.com/#!/swannodette/media/slideshow?url=http%...
Re: Most Pressed Keys and Programming Syntaxes
#74Re: Most Pressed Keys and Programming Syntaxes
#75Earlier quoted context omitted.
I do type a lot more square brackets in ObjC than any other language, but I find that I type a lot more generally due to the increased length of many method names in ObjC (or I would do if autocomplete didn't do it for me). (Simple) Example: PHP: $myString = sprintf('Total: %.2f', $myFloat); ObjC: NSString *myString = [NSString stringWithFormat:@"Total: %.2f", myFloat]; Maybe this is the reason these characters don't…
That's a good point. Regarding the '/' I'm betting the code sample was very well commented.