Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Common Lisp (Score 1) 71

Could have started with Common Lisp, and use an implementation like SBCL for speed.

But every language needs to evolve in its own pace, getting features that Common Lisp already had decades ago. And then call them new. Oh, and not so properly implemented as in Common Lisp.

Comment Re:Bury it on the pile of other failures. (Score 1) 235

This is my opinion too. What happened in the last twenty years is that a whole lot of existing techniques got named, not that they got invented. Some might, because of the naming, have been developed more extensively, like test driven programming. But I am pretty sure that anybody who needed to prove or check something about his programs or structures, first wrote some tests.

Pair programming? Been there (by accident) in the 90's. Yes, looking with two pair of eyes on the code will speed up things, but you can't extrapolate this into infinity.

What is now called "DevOps" was also something that was already done before the term was coined. The pipeline of ticket entry, version control, building and change management did exist before 2009.

Slashdot Top Deals

Too much is not enough.

Working...