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

 



Forgot your password?
typodupeerror
×
Java Programming

Neal Gafter On Java Under Oracle 130

An anonymous reader writes "Microsoft's Neal Gafter, who was primary designer and implementer of the Java SE 4 and 5 language enhancements and now works for Microsoft on .NET platform languages, discusses the impact of Oracle's acquisition of Sun on Java, makes the case for adding segmented stacks and a meta-object protocol to Java, and offers some insights into how Java and C#/.NET compare." The first couple of answers meander a bit, but after that the interview picks up and is a pretty good read.
This discussion has been archived. No new comments can be posted.

Neal Gafter On Java Under Oracle

Comments Filter:
  • Shills (Score:5, Insightful)

    by MightyMartian ( 840721 ) on Wednesday September 14, 2011 @03:59PM (#37402720) Journal

    I gather he drank the kool-aid when he went through the door. I'm halfway through the interview and its basically ".NET is better than Java"

  • Re:Shills (Score:3, Insightful)

    by John Courtland ( 585609 ) on Wednesday September 14, 2011 @04:22PM (#37402964)
    At least he explains why. MS has way more resources than Sun ever could manage. It surprises me that Java even got out the door, honestly. Also recall that MS hired the best and brightest away from Borland a few years before the inception of .NET. And look, the best of them (Anders) architects C# now.
  • Re:Shills (Score:4, Insightful)

    by buchner.johannes ( 1139593 ) on Wednesday September 14, 2011 @04:58PM (#37403364) Homepage Journal

    At least he explains why. MS has way more resources than Sun ever could manage. It surprises me that Java even got out the door, honestly.

    Also recall that MS hired the best and brightest away from Borland a few years before the inception of .NET. And look, the best of them (Anders) architects C# now.

    It might also have something to do that when C# turned up, Java was already a mature language and approached the various problems. Of course, if you do something later, you learn from previous attempts, so it couldn't be worse just from that fact. Since C# never aimed to run on non-windows, it's also not a fair comparison of designs, because the goals were different.

  • Re:Shills (Score:4, Insightful)

    by Billly Gates ( 198444 ) on Wednesday September 14, 2011 @06:06PM (#37404194) Journal

    The MSIL output is loaded with calls to win32 and COM/DCOM. .NET was designed for Java initially. When talks with Sun failed C# was made to run only on Windows and use the .NET API instead.

    In essence it was made to quickly be a defacto .NET language tied with Visual Studio. Sure you can use Mono C# but what is the point of not using .NET? The reason why C# apps can't be recompiled on Linux are simply winforms by their very nature are abstraction layers of Com/DCOM. Add then threading and networking and it probably has more ties to things like NDIS and VMS/NT style threads and other nasties. You have to emulate Windows to get anything done.

    Sure the spec is free and I think Moto (can't remember exact name) was made for FreeBSD that was an acutal C# compiler but it did not create MSIL or use .NET.

    If free software advocates are serious they need to invent an alternative to .NET and some tools to make it competive before Mono can be taken seriously as a cross platform tool. Reinventing .NET and Winforms is a losing battle that will make many programmers switch to Windows and stay there for development costs.

  • by snemarch ( 1086057 ) on Wednesday September 14, 2011 @06:34PM (#37404464)
    It might be GPL'd, but what about involved patents? Considering how Oracle is playing, I'm mentioning the P word isn't entirely FUD :(
  • Re:Shills (Score:3, Insightful)

    by peppepz ( 1311345 ) on Thursday September 15, 2011 @02:08AM (#37406920)
    The ECMA specification dates back to version 2.0 (in 2006, 5 years ago) and even back then, it didn't cover the whole standard library for C#, which is more important than the language itself. C#'s de facto standard library, .NET, is not standardized and has plenty of links to Windows.

    The current version of C# (4.0, from 2010), has no standard defining it, besides its Windows-only implementation.

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...