Hello
Im looking for a good second language (:
First I was going with Java, but then i read interesting things about C#
My first language is C++
Thanks c:
8 replies to this topic
#1
Posted 27 October 2011 - 04:22 PM
|
|
|
#2
Posted 27 October 2011 - 05:01 PM
C# is really only for Windows (unless you consider Mono, but Mono is pretty incomplete currently), while Java is cross-platform. Plus, you can make Java applets with Java, obviously.
Latinamne loqueris?
#3
Posted 27 October 2011 - 05:42 PM
Nice thanks, think im going with java :)
And which one you would recommend if the multiplatform wasn't a problem?
And which one you would recommend if the multiplatform wasn't a problem?
#4
Posted 27 October 2011 - 07:33 PM
It depends a lot on what I'm doing. If I'm doing server-side scripting, I'd probably use C# (ASP.NET). If I'm doing application development on Windows, I'd lean towards C#, because of Visual Studio (very easy to work with). With that said, two of my favorite tools are jEdit and SQuirreL SQL Client, both of which are written in Java.
#5
Posted 27 October 2011 - 07:42 PM
I wonder if JavaScript is anywhere near these things.
#6
Posted 27 October 2011 - 08:21 PM
I agree with WingedPanther that if you plan on exclusively programming for Windows, C# is probably a good choice. Visual Studio does make it a LOT easier. However, there are somewhat comparable tools for Java (none quite as good, but still really good).
Latinamne loqueris?
#7
Posted 28 October 2011 - 06:45 AM
RhetoricalRuvim said:
I wonder if JavaScript is anywhere near these things.
JavaScript is a very different animal from C#/Java. First, C# and Java are both pure OOP languages, though C# is a little loose in that with some of its features. JavaScript is a prototype language. C#/Java are compiled to bytecode for execution by .NET runtime or JRE, respectively. JavaScript is an interpreted language.
#8
Posted 28 October 2011 - 10:54 AM
How about interpreting JavaScript within a Java environment?
#9
Posted 28 October 2011 - 12:36 PM
If you have a Java interpreter for JavaScript, you are still interpreting JavaScript, you're just using a Java app running under the JRE to do it. Unless there's a JavaScript compiler I don't know about.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









