PDA

View Full Version : Java and C#?


pr0xy
2005-02-03, 08:05 AM
Well this forum is pretty dormant so I guess I'll ask a question about some of the worst languages IMO ever made.

So what are your thoughts on JAVA and Microsoft's answer to java, called C#.

Demosthenes
2005-02-03, 01:59 PM
Well this forum is pretty dormant so I guess I'll ask a question about some of the worst languages IMO ever made.

So what are your thoughts on JAVA and Microsoft's answer to java, called C#.

I've never coded in C#, so I can't say, but everyone I've talked to has told me it's a great language. I personally think Java is a pretty good language. What do you have against the two languages?

pr0xy
2005-02-04, 11:05 AM
They are weak languages. C# is microsoft dependant and so programs coded with it can only be used in a microsoft environment. As for java. It is just a horrid language in my oppinion. The only thing I have seen it good for is web based apps. I dunno.

Demosthenes
2005-02-04, 02:29 PM
it can only be used in a microsoft environment.

Not true.

As for java. It is just a horrid language in my oppinion. The only thing I have seen it good for is web based apps. I dunno.

It's good for web based apps. It's a little slow, but I think it's a fine language. It's certainly one of the easiest languages to program in.

pr0xy
2005-02-07, 07:41 AM
Not true? I can never get my apps to work on my linux box. Explain.

Demosthenes
2005-02-07, 01:55 PM
You using mono? (http://www.mono-project.com/about/index.html)

pr0xy
2005-02-08, 05:28 AM
You using mono? (http://www.mono-project.com/about/index.html)

Oooh nice find. I'll have to try it out.

Edit: But isn't it just like an emulator... I mean... I could use any windows program on my linux box with wine :weird:

Demosthenes
2005-02-08, 05:41 AM
Oooh nice find. I'll have to try it out.

Edit: But isn't it just like an emulator... I mean... I could use any windows program on my linux box with wine :weird:

"Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries."

So it's not an emulator. Everybody I know uses it, I just haven't eve done so, so I couldn't tell you too much detail about it. The people at www.programmingforums.org could tell you more about it, if you want.

Death
2005-02-08, 07:13 AM
I personally don't like Java because it takes up a lot of resources :/.