473,766 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Who owns C#?

Who owns the language C#? I'm not talking about the compiler, but about
the language? Who owns it - Microsoft or the ECMA? I see there are two
specifications to each version:

1. One that comes out from Microsoft; and
2. Another that is a follow up from ECMA TC39 (ECMA-334) that is
revised after every release from Microsoft.

What's the deal?

Apr 25 '06
24 4437
Nick Hounsome <Ne**@NickHouns ome.Me.Uk> wrote:
There are certainly strong enough ties to make it unlikely that anyone
will ever compile to non-IL/non-CLI, but the specification doesn't
absolutely require it.
I'm sorry, I don't seem to be communicating my point - I'll try again:

It is possible to have C++ without a standard library (except for type_info
etc) - I've used it myself for embedded work. It is NOT possible to have C#
without System.Object, System.String, System.Multicas tDelegate etc.


That's true. However, the exact nature of those types is only very
partially described by the C# spec.

What ties C# more tightly to the CLI is various guarantees about
garbage collection, construction, try/finally behaviour etc. Anyone
wanting to write an environment to support C# from scratch is likely to
end up with something very similar to the CLI, I suspect. (It would be
interesting to see what the barriers to C# being compiled directly to
native code are. I don't think there are many requirements for
reflection etc, for instance.)
I may have been a bit lax in my use of framework/library/CLI but my point
remains that however you define it there is a mutual dependency between
these things and C# that doesn't exist between C++ and its standard
libraries.


There do indeed have to be a few types available in order to support
C#.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 27 '06 #21

"Jon Skeet [C# MVP]" <sk***@pobox.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Nick Hounsome <Ne**@NickHouns ome.Me.Uk> wrote:
> There are certainly strong enough ties to make it unlikely that anyone
> will ever compile to non-IL/non-CLI, but the specification doesn't
> absolutely require it.


I'm sorry, I don't seem to be communicating my point - I'll try again:

It is possible to have C++ without a standard library (except for
type_info
etc) - I've used it myself for embedded work. It is NOT possible to have
C#
without System.Object, System.String, System.Multicas tDelegate etc.


That's true. However, the exact nature of those types is only very
partially described by the C# spec.


I know and I'm not really comfortable about it. It feels like C# itself is
incompletely specified.
Apr 27 '06 #22
Nick Hounsome <Ne**@NickHouns ome.Me.Uk> wrote:
That's true. However, the exact nature of those types is only very
partially described by the C# spec.


I know and I'm not really comfortable about it. It feels like C# itself is
incompletely specified.


I know what you mean. On the other hand, the more that *is* specified,
the tighter it's bound to other things. At least *most* of the
behaviour of C# is well-specified, compared with things like:

a = a++;

in C/C++ :(

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Apr 27 '06 #23
Off topic - does anyone know why Outlook Express just presented this to me
as a new post despite the fact that I read and replied yesterday?

I keep getting this problem with news and it is most annoying.

"Jon Skeet [C# MVP]" <sk***@pobox.co m> wrote in message
news:11******** **************@ u72g2000cwu.goo glegroups.com.. .
Nick Hounsome wrote:

<snip>
The .NET Framework is not specific to C# but C# IS specific to the .NET
framework


That's not true on two levels:

1) The .NET framework is just one implementation of the CLI spec. Mono
is another, for instance.

2) C# is specific to "frameworks similar to the CLI" - it must work in
a broadly similar way in order to support the C# semantics, and it must
have the types that C# specifically requires (and those types have to
work in broadly the same way). However, it would be possible for that
not to be a CLI. For instance, it's not inconceivable that someone
could write a C# compiler which compiled to native code instead of IL -
or to a different type of intermediate language.

There are certainly strong enough ties to make it unlikely that anyone
will ever compile to non-IL/non-CLI, but the specification doesn't
absolutely require it.

Jon

Apr 28 '06 #24
Nick Hounsome <Ne**@NickHouns ome.Me.Uk> wrote:
I keep getting this problem with news [...]


Probably an issue with the news server. Try news.microsoft. com
for the ms newsgroups.
Apr 28 '06 #25

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
311
by: Dave Satchell | last post by:
I am a consultant and I have a client that wants me to design them a custom application with Access and VB.Ne I was wondering what the standard is for this kind of case as to who would own the code and the reasoning as to why Thanx, Dave.
33
2742
by: Maboroshi | last post by:
Hi I was just curious about something for future reference Is ANSI C Open Source/Freeware or is it owned by a company Thank You if you reply
2
1546
by: Scott Meddows | last post by:
Can you tell who owns a running process in .NET? I can do the system.diagnostic.process object and see if an application of the same name is running but I need to tell if the process is running by a current user or by another user. Anyone know how to do this? Thanks
0
1118
by: Mark Rae | last post by:
Hi, For years I've been using the clwhois.exe app to check whether domains are available or not and, if not, who owns them: http://www.whoisview.com/products/clwhois/ Because this is a command line utility, it requires the System.Diagnostics.Process class. It works well enough (code is below), but I was wondering if anyone has a more efficient method. I'm aware that it's
0
1284
by: Patrick Finnegan | last post by:
I am checking an existing DB2 installation on Red Hat Linux and I see that root owns files in the db2 instance home directory. Stuff like: ../sqllib/adm/db2chparm ../sqllib/adm/db2stop ../sqllib/adm/db2genp ../sqllib/adm/db2start
7
2287
by: Mark | last post by:
One of my friends saying that C# does not own by Microsoft. Does anybody has anything to say about this. Thanks for any help you can provide. Mark
0
9571
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10009
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9838
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3929
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.