Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

C# and other platforms

I have read something about C# (Elden Nelson write that and I think that he
is chief editor in Microsoft for C#) and he said:
-"C# belongs to the world. Anybody can (and probably will) port the language
to any platform, opening the door to developing C# for Macs, Linux, Web browsers,
Palm OSyou name it."-
So conclude that I can write programs (using C# ofcourse) for Linux, Macs...
Am I right?

Thanks
[435 byte] By [Max] at [2007-11-9 18:22:07]
# 1 Re: C# and other platforms
Not yet. When the CLR (Common Language Runtime) is ported to these other
platforms, then you will be able to.

"Max" <dmitic@tigar.com> wrote in message news:39c615b2$1@news.dev-archive.com...
>
> I have read something about C# (Elden Nelson write that and I think that
he
> is chief editor in Microsoft for C#) and he said:
> -"C# belongs to the world. Anybody can (and probably will) port the
language
> to any platform, opening the door to developing C# for Macs, Linux, Web
browsers,
> Palm OS-you name it."-
> So conclude that I can write programs (using C# ofcourse) for Linux,
Macs...
> Am I right?
>
> Thanks
>
>
Jay Glynn at 2007-11-11 22:28:18 >
# 2 Re: C# and other platforms
Not entirely true. Microsofts C# implementation uses the CLR but not all C#
implementations will require it. What is needed is a compiler for the
platform in question.

"Jay Glynn" <jay_glynn@agla.com> wrote in message
news:39c621da@news.dev-archive.com...
> Not yet. When the CLR (Common Language Runtime) is ported to these other
> platforms, then you will be able to.
>
> "Max" <dmitic@tigar.com> wrote in message news:39c615b2$1@news.dev-archive.com...
> >
> > I have read something about C# (Elden Nelson write that and I think that
> he
> > is chief editor in Microsoft for C#) and he said:
> > -"C# belongs to the world. Anybody can (and probably will) port the
> language
> > to any platform, opening the door to developing C# for Macs, Linux, Web
> browsers,
> > Palm OS-you name it."-
> > So conclude that I can write programs (using C# ofcourse) for Linux,
> Macs...
> > Am I right?
> >
> > Thanks
> >
> >
>
>
Chris Kinsman at 2007-11-11 22:29:17 >
# 3 Re: C# and other platforms
OK, so what about file IO, reflection, writing to the console, printing etc
etc etc. These are all handled by the CLR. Some type of class library system
will need to be implemented on the target platform. You can call it what you
want, but it will be a form of the CLR.

"Chris Kinsman" <ckinsman@dev-archive.com> wrote in message
news:39ca27bc@news.dev-archive.com...
> Not entirely true. Microsofts C# implementation uses the CLR but not all
C#
> implementations will require it. What is needed is a compiler for the
> platform in question.
>
> "Jay Glynn" <jay_glynn@agla.com> wrote in message
> news:39c621da@news.dev-archive.com...
> > Not yet. When the CLR (Common Language Runtime) is ported to these other
> > platforms, then you will be able to.
> >
> > "Max" <dmitic@tigar.com> wrote in message
news:39c615b2$1@news.dev-archive.com...
> > >
> > > I have read something about C# (Elden Nelson write that and I think
that
> > he
> > > is chief editor in Microsoft for C#) and he said:
> > > -"C# belongs to the world. Anybody can (and probably will) port the
> > language
> > > to any platform, opening the door to developing C# for Macs, Linux,
Web
> > browsers,
> > > Palm OS-you name it."-
> > > So conclude that I can write programs (using C# ofcourse) for Linux,
> > Macs...
> > > Am I right?
> > >
> > > Thanks
> > >
> > >
> >
> >
>
>
Jay Glynn at 2007-11-11 22:30:22 >