Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Functional Programming? (Score 1) 315

The author really has no clue. He also doe snot understand what static and dynamic typing means and that it is orthogonal to weak and strong typing. Or that whether you have GC or not is not necessarily dependent on the language. You can attach a GC to C and have it working reasonably well.

This article was written by an incompetent wannabe.

Comment Re:Erlang is overrated crap (Score 2, Informative) 315

Erlang is pretty cool for the intended application scenarios. It is not really a general-purpose language. If you need, for example, excellent crash-proofness, updates to running code and massive multi-threading, Erlang is what you want to use. (Ever tried to run 1000 threads in Java? I know people who did, for this Java is a completely unusable toy...)

The second problem is that Erlang is decidedly experts-only. Real understanding of advanced programing concepts is mandatory. Don't even think about doing anything with Erlang unless you have top-notch people. (These people do not need to already know Erlang before though.) Of course, one top-notch coder is more productive than 10 of the typical mediocre ones.

Comment Re:Author thinks strong typing == static typing? (Score 2) 315

It is not. Strong typing can be implemented by attaching types to data. Static typing always attaches types to variables and they are fixed. But strong typing can also mean type-less variables, but no implicit conversion of values. For example, Perl is weakly typed, but that is because it will, for example, happily convert a string to a number all on its own. Python, on the other hand, is strongly typed, despite its variables not having types just like in Perl. The values assigned to the variables in Python have types and all type conversions have to be explicitly requested by the programmer.

With such a stupid article, it is really no surprise the author gets basic things wrong.

Comment Dear HP (Score 1) 1

How about this. Make VMS on Atom->i5 free and charge for VMS on i7->up on Intel and do the same with AMD. Make it free on the lower end chips and more expensive on the workstation and server chips.
You might even get some interesting apps made for it and maybe even pickup some support contracts.
BTW I know the i7 is often used on high end systems besides workstations. If you wanted you could slice it up by socket 1150 being free and socket 2011 and up being pay.
The idea is to get the OS out for more people to use. Frankly I bet HP could still be making money on Alpha and PA-RISC systems if they had wanted too.

Comment Re:Sorry to tell you... (Score 1) 544

Noone except a kickstarter is trying to copy it. I was a blackberry holdout too, but the keyboard just isnt worth all the stuff you have to give up to get it.

Im now on a Nexus 5 and theres no looking back. If I really need to compose an email, Swiftkey or voice dictation both fill in that gap adequately. I did my spring semester notes on the Nexus and while it wasnt QUITE as nice as the blackberry, I can still "touch-type" with ~80% accuracy, and the prediction fills in the rest.

There are a lot of areas where its better, too, like having actual directional keys to position the cursor (something that blackberry lacked).

Slashdot Top Deals

Never call a man a fool. Borrow from him.

Working...