Click to See Complete Forum and Search --> : using Java, not j#, with .NET


nkeg
04-12-2004, 10:35 AM
I have read the following in Microsoft's book " Developing Web Applications with Microsoft Visual Basic.Net and Microsoft Visual C#.Net" :
"ASP.NET and, indeed, the whole .NET Framework are programming languages independent. That means you can choose any language that has implemented a CLR-compliant compiler. In addition to developing its own programming languages, Microsoft has formed partnerships with many language vendors to provide .NET support for Perl, Eiffel, Cobol, Python, Smalltalk, and other programming languages."
My question is, does that mean that I can use .NET using java and not j#? If any of you has sufficient information about this, please explain it to me.

CardboardHammer
04-12-2004, 11:43 AM
"That means you can choose any language that has implemented a CLR-compliant compiler."

Find a CLR-compliant Java compiler, and you're in business. However, I don't expect you'll be able to find one. Maybe someday, depending on how far Sun sells out.

PeOfEo
04-12-2004, 12:13 PM
I know java, and I know some c#, I have to say I like codeing w/ c# more, it just seems like it is more logical then java.

buntine
04-12-2004, 12:30 PM
Peo, do you know much Java?

PeOfEo
04-12-2004, 12:43 PM
Originally posted by buntine
Peo, do you know much Java? yes buntine, I have been taking the ap comp sci here in the states. I have a year and a half of it under my belt. I honestly do not like the syntax of java. I do not like it gryping at me about data types and other things when If I used c++ I would be fine.

buntine
04-12-2004, 01:22 PM
Cool.. Your the first person i know that doesnt like Java!

I love it, man.

PeOfEo
04-12-2004, 02:13 PM
Maybe its just the fact that I was forced to learn it and the environment I have to use it in. I just despise it!

nkeg
04-12-2004, 02:51 PM
I love Java too, that's why I was hoping I could write .NET applications using Java. I don't wanna go through something else.

CardboardHammer
04-12-2004, 03:04 PM
Originally posted by buntine
Cool.. Your the first person i know that doesnt like Java!

I love it, man.

Count me as the second.

It's been a while since I've touched it, but there were just too many things about it that p!$$3d me off when I did deal with it. I'd much rather use C++ for compute intensive stuff or VB.NET for GUIs.