Forgot your password?
typodupeerror

Comment Re: Yes AI is crap because it's going to get all o (Score 1) 32

Some people are able to read scientific studies and understand them to figure out what is true or what is not.

A large segment of the population is unable to read much at all, and relies on consensus to determine what is true and what is not. So when there's a question, they ask all their friends, their therapist, their husband, people around them, and get people on their side.

The people in the second group are VERY confused about life, but they are too large a segment of the population to ignore.

Comment Re: Erm no (Score 5, Interesting) 32

OOP is a way to organize your code.

LISP doesn't give any guidance at all on how to organize the code, but it is an extremely flexible language. The flexibility allows creative people to come up with new ideas and test them immediately. That is how Alan Kay came up with Smalltalk, which is a close cousin of Objective-C.

It's where Javascript came from (an excellent language for its original purpose: setting values). It's where the concept of the | in unix came from.

But LISP is not an easy language: the programmer needs to find the beauty. That is why it is not suitable for work: when money is involved, beauty goes out the window.

Comment Re:Lack of math skills? (Score 2) 107

There is no doubt that the mathematical mindset makes people better programmers. It trains you to think of all the edge cases, for example.

Of course, there are other ways to develop that mindset as a programmer without going to college, but taking some math classes where you prove things is a really convenient/efficient way to do it.

Slashdot Top Deals

Vital papers will demonstrate their vitality by spontaneously moving from where you left them to where you can't find them.

Working...