由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - C# on JVM?
相关主题
用DLL会快些吗?Redirecting User to Login Page [fwd]
Need Help: a very wierd Managed C++ interop problem[转载] 申请.NET 版
想破脑壳也不知道为什么finally不执行[公告] DotNet 板的投票结果
.NET 和现在的J2EE相比open source dotNet IDE - sharpdevelop
open source dot netopen source dotNet IDE - Software Studio
有人可以谈谈对于attribute的理解嘛?Maverick for dotnet: MVC for web publish
Mutually exclusive attributesdotnet template engine - NVelocity
你们最不喜欢.net的什么?[转载] 提名LodossWar, away 为DotNET版副
相关话题的讨论汇总
话题: c#话题: jvm话题: java话题: dotnet话题: like
进入DotNet版参与讨论
1 (共1页)
c*****t
发帖数: 1879
1
Except a few base type differences, seemed that other than unsafe code,
everything else C# has can be implemented on JVM. Those includes
delegates, attributes, etc.
It would be interesting to see codes written in C# be compiled into
JVM and uses Java APIs.
st
发帖数: 1685
2
what's the advantage of doing this?

【在 c*****t 的大作中提到】
: Except a few base type differences, seemed that other than unsafe code,
: everything else C# has can be implemented on JVM. Those includes
: delegates, attributes, etc.
: It would be interesting to see codes written in C# be compiled into
: JVM and uses Java APIs.

L*******r
发帖数: 1011
3
It's interesting and I think some one already begin to do that.
But I am not interested in that. I like Java but don't like the JVM design.
The design of dotnet is better. The only downside of dotnet is it was created
by M$.

【在 c*****t 的大作中提到】
: Except a few base type differences, seemed that other than unsafe code,
: everything else C# has can be implemented on JVM. Those includes
: delegates, attributes, etc.
: It would be interesting to see codes written in C# be compiled into
: JVM and uses Java APIs.

c*****t
发帖数: 1879
4
1. to demonstrate that JVM support multiple source languages.
2. certain programming tasks are better suited with C#
3. although CLR can be portable, but only JVM is really ported to
most platforms. Java also have extensive libraries (such as graphics)
that are ready to use. Thus, people can programming in C# and take
advangage of JRE.
4. Maybe more convencing for people to go from Java to C# (or vice versa).
5. put pressure on Sun to improve Java faster.
etc etc

【在 st 的大作中提到】
: what's the advantage of doing this?
st
发帖数: 1685
5
I dont see any of the following as advantage.
even including 3, what's advantage for c# with JRE? i only see disadvantage. :D
also some claimed to port C# runtime onto linux. :D

【在 c*****t 的大作中提到】
: 1. to demonstrate that JVM support multiple source languages.
: 2. certain programming tasks are better suited with C#
: 3. although CLR can be portable, but only JVM is really ported to
: most platforms. Java also have extensive libraries (such as graphics)
: that are ready to use. Thus, people can programming in C# and take
: advangage of JRE.
: 4. Maybe more convencing for people to go from Java to C# (or vice versa).
: 5. put pressure on Sun to improve Java faster.
: etc etc

L*******r
发帖数: 1011
6

JVM is not designed for this purpose. If you study the design, you will find
out.
? I like C# and I like Java. But I don't like JVM. Sorry. I really lost my
patience with SUN.
Dotnet core is portable. Both mono and dotGNU proved that.

【在 c*****t 的大作中提到】
: 1. to demonstrate that JVM support multiple source languages.
: 2. certain programming tasks are better suited with C#
: 3. although CLR can be portable, but only JVM is really ported to
: most platforms. Java also have extensive libraries (such as graphics)
: that are ready to use. Thus, people can programming in C# and take
: advangage of JRE.
: 4. Maybe more convencing for people to go from Java to C# (or vice versa).
: 5. put pressure on Sun to improve Java faster.
: etc etc

e***g
发帖数: 158
7
i saw a company doing it, a comercial .net platform on top of java

【在 c*****t 的大作中提到】
: Except a few base type differences, seemed that other than unsafe code,
: everything else C# has can be implemented on JVM. Those includes
: delegates, attributes, etc.
: It would be interesting to see codes written in C# be compiled into
: JVM and uses Java APIs.

1 (共1页)
进入DotNet版参与讨论
相关主题
[转载] 提名LodossWar, away 为DotNET版副open source dot net
memory usage有人可以谈谈对于attribute的理解嘛?
[转载] Re: 我来支持Re: 提名LodossWar, away 为DotNET版副Mutually exclusive attributes
hoho, another dotnet bug in production你们最不喜欢.net的什么?
用DLL会快些吗?Redirecting User to Login Page [fwd]
Need Help: a very wierd Managed C++ interop problem[转载] 申请.NET 版
想破脑壳也不知道为什么finally不执行[公告] DotNet 板的投票结果
.NET 和现在的J2EE相比open source dotNet IDE - sharpdevelop
相关话题的讨论汇总
话题: c#话题: jvm话题: java话题: dotnet话题: like