DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Max Guest

    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 OS—you name it."-
    So conclude that I can write programs (using C# ofcourse) for Linux, Macs....
    Am I right?

    Thanks



  2. #2
    Jay Glynn Guest

    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.devx.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
    >
    >




  3. #3
    Chris Kinsman Guest

    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.devx.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.devx.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
    > >
    > >

    >
    >




  4. #4
    Jay Glynn Guest

    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@devx.com> wrote in message
    news:39ca27bc@news.devx.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.devx.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.devx.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
    > > >
    > > >

    > >
    > >

    >
    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links