Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:dialects (Score 1) 38

Not even slightly. They may have their roots in C, but there is more in them that's not-C than C.

C# (and Java, from which it derives) aren't even C-like, they just borrow C syntax. C++ and Objective C could be considered extensions, but C# and Java are entirely different languages with a completely different memory model.

Comment Re:As predicted (Score 2) 67

It may be temporary (I doubt it), but it's not "very temporary" as the same thing has been reported for months with pretty steadily increasing urgency.

OTOH, the AIs clearly aren't good enough to replace programmers, or probably even coders. So what's currently happening is probably jobs being redesigned to use an AI where it makes sense. Expect LOTS of failures in this redesign, but it will be the successes that shape the future...unless the AIs get a LOT better. (Currently they don't understand the problem they're trying to answer.)

Comment Re:Why should I choose java for my next project? (Score 1) 57

C# takes a different approach, you target a specific .NET framework rather than "C#". That way it's been able to develop, but backward compatibility is still a thing.

I think at some point Oracle or Sun should have released a "Java 2" which included the lessons learned from the first iteration. No backward compatibility issues because Java 1 would still be a thing, but Java 2 could have fixed the holes and ensured the language had the features that are currently half-assed.

Comment Re:Easy fix (Score 1) 61

Plausible, if it's good enough. The real problem here is lots of shitty code being submitted. So much that they need quick ways to get rid of most of it.

As for "explain the code", that's trickier. I remember struggling to explain why I did something a particular way a few months later. When I figured it out again, it was the right approach, but it wasn't obvious why.

Comment Re:Python is BASIC (Score 0) 38

You have to remember that data science majors are not programmers. They don't care about procedural correctness and are much too green to understand how their data gets into a CSV. They just want to apply some recipes they were taught in their last year of school.

This means that python/basic IS the right tool for the job, if the majority of the worker population has those characteristics.

Slashdot Top Deals

You must realize that the computer has it in for you. The irrefutable proof of this is that the computer always does what you tell it to do.

Working...