Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:In my opinion... (Score 1) 482

Kill it. Every other language has evolved quite a bit since Javascript came on the scene. I want strong typing, OOP, properties, reflection, LINQ, parallel support, threads, powerful collections (including concurrent collections) lambda expressions, dynamic language features. Admittedly it has some of these, but I want them all.

Comment Re:LINQ (Score 1) 128

LINQ is awesome! I agree that there are some subtle differences between the queries that you would write in LINQ and the queries you would write in Slashem. The great thing about LINQ is that it's available right there in your main C# codebase and you can use it to query XML files, databases, and even your own arrays and collections of objects. It has changed how I code and drastically improved my coding efficiency.

Comment LINQ (Score 1) 128

I've been using LINQ for years and it's great. It's just like this Slashem concept but it's built-in to a manistream language: C#/VB. With LINQ you write your queries inline with the rest of your C# or VB code. They're not in a quoted string or separate resource file. You get the full syntax highlighting and intellisense as well as the red squiggly underline when you've done something wrong. They are type-safe and they play nicely with the language's collection classes. LINQ-to-Entities and LINQ-to-SQL are the variants that query databases (MySQL, Oracle, SQL Server, etc.). There are other variants like LINQ-to-XML and LINQ-to-Objects that can perform traditional relational queries against XML files or against your own objects and collections. You can mix and match these types of LINQ queries effortlessly. It's so powerful, easy to read and convenient that it has fundametally changed how I code.

Comment Re:Up is down, down is up, cats and dogs agree. (Score 1) 293

No his signature is correct. There seems to be a perception that Google is somehow an "open-source corporation." That's just not true. Google is no more open source than Oracle/Sun. Sure, they're happy to ride on the backs of other people's effort, but they contribute very little to the community. At lease MS has the guts to make their own programming languages, IDE, database, web server, cloud system, dektop and mobile OS and game console instead of stealing these products from open source projects.

Comment Re:Everyone gets same deal as Nokia? (Score 1) 293

Have you ever actually tried to use that "smash hit" Android OS? It's a terrible user experience. It's stuffed with all kinds of ugly, buggy, crashing apps. There is no consistency and no style. It's just a jumble of haced together code with no sense of design. I dropped my DroidX in one week and now I'm a happy WP7 user.

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...