Domain: javacamp.org
Stories and comments across the archive that link to javacamp.org.
Comments · 11
-
Re:Failure of de Icaza....
Right, C# isn't a knock off of Java at all:
http://www.javacamp.org/javavscsharp/loop.html
http://www.javacamp.org/javavscsharp/typeexample.html
http://www.javacamp.org/javavscsharp/condition.html
http://www.javacamp.org/javavscsharp/sealed.html
http://www.javacamp.org/javavscsharp/poly.html
http://www.javacamp.org/javavscsharp/getStarted.htmlIt's a totally new language, right? RIGHT?
-
Re:Failure of de Icaza....
Right, C# isn't a knock off of Java at all:
http://www.javacamp.org/javavscsharp/loop.html
http://www.javacamp.org/javavscsharp/typeexample.html
http://www.javacamp.org/javavscsharp/condition.html
http://www.javacamp.org/javavscsharp/sealed.html
http://www.javacamp.org/javavscsharp/poly.html
http://www.javacamp.org/javavscsharp/getStarted.htmlIt's a totally new language, right? RIGHT?
-
Re:Failure of de Icaza....
Right, C# isn't a knock off of Java at all:
http://www.javacamp.org/javavscsharp/loop.html
http://www.javacamp.org/javavscsharp/typeexample.html
http://www.javacamp.org/javavscsharp/condition.html
http://www.javacamp.org/javavscsharp/sealed.html
http://www.javacamp.org/javavscsharp/poly.html
http://www.javacamp.org/javavscsharp/getStarted.htmlIt's a totally new language, right? RIGHT?
-
Re:Failure of de Icaza....
Right, C# isn't a knock off of Java at all:
http://www.javacamp.org/javavscsharp/loop.html
http://www.javacamp.org/javavscsharp/typeexample.html
http://www.javacamp.org/javavscsharp/condition.html
http://www.javacamp.org/javavscsharp/sealed.html
http://www.javacamp.org/javavscsharp/poly.html
http://www.javacamp.org/javavscsharp/getStarted.htmlIt's a totally new language, right? RIGHT?
-
Re:Failure of de Icaza....
Right, C# isn't a knock off of Java at all:
http://www.javacamp.org/javavscsharp/loop.html
http://www.javacamp.org/javavscsharp/typeexample.html
http://www.javacamp.org/javavscsharp/condition.html
http://www.javacamp.org/javavscsharp/sealed.html
http://www.javacamp.org/javavscsharp/poly.html
http://www.javacamp.org/javavscsharp/getStarted.htmlIt's a totally new language, right? RIGHT?
-
Re:Failure of de Icaza....
Right, C# isn't a knock off of Java at all:
http://www.javacamp.org/javavscsharp/loop.html
http://www.javacamp.org/javavscsharp/typeexample.html
http://www.javacamp.org/javavscsharp/condition.html
http://www.javacamp.org/javavscsharp/sealed.html
http://www.javacamp.org/javavscsharp/poly.html
http://www.javacamp.org/javavscsharp/getStarted.htmlIt's a totally new language, right? RIGHT?
-
Re:Re:Good
I second turgid, and I will raise a toast to him.
compare for fuck sake.
http://www.javacamp.org/javavscsharp/getStarted.html -
Re:Seriously, who the fuck cares?
Let me show you how this works, fan boi o mine:
Person A makes statement, this in case, I said "Java and C# are very, very similar yet many uneducated folks seem to think they are radically different." This is a statement that can be refuted by another party, take Person B for example.
If Person B disagrees, (s)he can respond with "You're totally wrong, see X which is vastly different than Java and not some marketing feature."
However, in this case, Person B said "Oh no you di-int" and stopped there.
However, as posted elsewhere, you should investigate the following work: http://www.javacamp.org/javavscsharp/
Once you do, you'll realize how correct my original post was. C# is essentially someone running find and replace over the Java language and claiming it's "new," "radically different," and "much, much complex and serious."
Ah fanbois, what would I do with out you.
-
Seriously, who the fuck cares?C# == Microsoft Java Compare
Why do people think C# is some new amazing language? Clearly MS took Java and gave it a MS framework.
If you would just use java you probably wouldn't have this fear of MS trying to undermine the OSS movement. When a multi-billion dollar company other than google tries to "help" OSS, you can only be suspicious.
-
Seriously, who the fuck cares?C# == Microsoft Java Compare
Why do people think C# is some new amazing language? Clearly MS took Java and gave it a MS framework.
If you would just use java you probably wouldn't have this fear of MS trying to undermine the OSS movement. When a multi-billion dollar company other than google tries to "help" OSS, you can only be suspicious.
-
Re:Anyone Have Actual Experience With Mono?
Wow. You must have low expectations. I cannot stand VS.NET. It has none of the refactoring and proper working code completetion tools that Eclipse and Netbeans has. I personally think its a horrid IDE.
Wow. Says it all really. The fact that you cannot stand VS.Net probably in no way hampered your ability to find the options you like.
I know of at least three refactoring add-ins for C#, one of which (at least) integrates itself directly into the IDE and menus. And thats 30 seconds with Google and not having a clear idea of what refactoring is.
As far as code completion goes, I'm not sure what you thought was missing. Granted I stopped using IDE's for Java back in 2000, so I'm not sure of Eclipse (et al)'s capabilities. I'm fairly certain that automatically finishing what I am typing, automatically doing braces/etc, etc is probably the case though. Or maybe giving you the option to add event handlers (press tab to generate) or the functions the event handlers point to (press tab to generate) or setting up your namespace and class templates, as well as auto-completion (even in HTML view for ASP.Net)...I digress.
As for the syntax of C#, when they get proper exception handling and stop allowing VB style code to enter in, I'll be happy.
Define proper. As far as I can tell the only difference between try/catch/finally in Java and in C# is that classes that throw exceptions must(can? my Java is several versions out of date and rusty) be declared with "throws exception". cascading catches are supported, custom exception objects, no exception object at all for a "catch all", etc. But don't take my word for it, here is google to the rescue again.
As far as the rest of your ill-formed sentance, I think your implying there is VB-syntax code in (or required by) C#. Please to be showing me an example.
Disclaimer: My work desk has a windows and a linux box on it, I abhor ASP.Net, and learned/used Java before C# or VB.Net.