Free Tools for the New Scientific Revolution « Shepherd’s Pi
Free Tools for the New Scientific Revolution « Shepherd’s Pi.
Some fun tools from Microsoft for playing with Big Data.
Software Development Process and Industry Analysis by the former Editor of Software Development, Computer Language, and Game Developer Magazines
Archive for the ‘Uncategorized’ Category.
Free Tools for the New Scientific Revolution « Shepherd’s Pi.
Some fun tools from Microsoft for playing with Big Data.
Does Your Language Shape How You Think? - NYTimes.com.
Good article on a question that is always of interest in programming language circles. The modern take, apparently, is ““Languages differ essentially in what they must convey and not in what they may convey.”
The obvious example would be that in explicitly-typed languages, you always have to convey information on what types your functions expect and return:
int plus(int a1, int a2);
while in an implicitly typed language, you don’t:
def plus(a1, a2)
Another example is that in Ruby, if you want to access an instance variable, you use the ‘@’ symbol: @my_instance_variable, as opposed to languages such as Java and C#, where instance variables are not necessarily distinguishable from local variables. Because that’s often a valuable thing to know, one often finds coding standards: naming instance variables with _foo or mFoo or always referring to them as this.foo or what-have-you.
Presumably, the upshot of this is that you ought to seek a language in which you must convey the things that you think are universally important.


I hope this bodes well for a job I’m interviewing for this week…
Powered by Twitter Tools
Powered by Twitter Tools
Powered by Twitter Tools
I’m not sure that this one will break into the public consciousness, but Vinay Deolalikar of HP may have proved one of the major challenges in complexity theory, that P != NP. In addition to being a great intellectual success, this particular problem has very big practical implications. Luckily, though, what may have been proved is what was widely suspected to be true, so the upshot is that, if the proof is correct, the worlds of digital commerce and cryptography will breathe a sigh of relief.
Powered by Twitter Tools
Powered by Twitter Tools