473,763 Members | 1,312 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why not develop new language

There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.
Why there is no group which seriously tring to develop new language
better than C#.
Jul 22 '05 #1
66 3141
Prashant wrote:
There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.
Why there is no group which seriously tring to develop new language
better than C#.


Erm yeah. A lot of people more than likely find that C++ IS better than
C# for the tasks they do.

There is no 'best' language or anything like that and just because one
is newer certainly does not make it better.

-Steve
Jul 22 '05 #2

"Prashant" <pr*********@ho tmail.com> wrote in message
news:ca******** *************** **@posting.goog le.com...
There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.
Why there is no group which seriously tring to develop new language
better than C#.


Check out the D Programming Language at www.digtialmars.com/d/ and decide
for yourself.

-Walter

Jul 22 '05 #3

"Prashant" <pr*********@ho tmail.com> wrote in message
news:ca******** *************** **@posting.goog le.com...
There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.


I won't dispute whether C# is better or worse than C++ (it's probably a bit
of both), but the important part is that C#/.NET isn't Windows only:
http://www.mono-project.com/about/index.html .

// Johan
Jul 22 '05 #4
Prashant wrote:
There are lot of dicussion on C# is much better than C++.
Some people think that, others don't. Anyway, define "better". Is a roadster
"better" than a truck? I'd say it depends on whether you want to cruise
around or to transport 5 tons of toothpicks.
Why there is no language to compute C#.
Compute? What do you mean by that?
This way we are accepting monopoly of M$.
We are? By using C++ even though someone says C# is better, I accept
Microsoft's monopoly? I don't get that logic.
Why there is no group which seriously tring to develop new language
better than C#.


Well, if you feel the need for that, start it. Nobody can stop you from
developing your own programming language and looking for other people to
help you in that. What do you think how C++ was created?
Jul 22 '05 #5
Prashant wrote:
There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.
Why there is no group which seriously tring to develop new language
better than C#.

Is there any C# construct that is not supported by C++?


Regards,

Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #6
On 1 Sep 2004 00:23:19 -0700, pr*********@hot mail.com (Prashant)
wrote:
There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.
Have you heard of Java? It is a very similar language to C#, and
requires a similar VM based execution environment to run in. The
biggest benefit is that it is portable to devices from desktop PCs to
mobile phones, whereas C# currently only runs on Windows and possibly
Linux (the Mono project).
Why there is no group which seriously tring to develop new language
better than C#.


Java already exists; if you don't want to follow the Microsoft route,
then Java is a similar alternative.

If you want a compiled, more efficient language, then C and C++ fill
that niche quite well, but I agree there is room for a better and
better marketed language. Creating the language isn't the problem,
marketing it with sufficient force to gain as much market exposure as
Java and C# enjoy is the problem.

Perhaps we need IBM to get behind a superior compiled language?

Tom
Jul 22 '05 #7
tom_usenet wrote:
On 1 Sep 2004 00:23:19 -0700, pr*********@hot mail.com (Prashant)
wrote:

There are lot of dicussion on C# is much better than C++. Why there is
no language to compute C#. This way we are accepting monopoly of M$.

Have you heard of Java? It is a very similar language to C#, and
requires a similar VM based execution environment to run in. The
biggest benefit is that it is portable to devices from desktop PCs to
mobile phones, whereas C# currently only runs on Windows and possibly
Linux (the Mono project).

Why there is no group which seriously tring to develop new language
better than C#.

Java already exists; if you don't want to follow the Microsoft route,
then Java is a similar alternative.

If you want a compiled, more efficient language, then C and C++ fill
that niche quite well, but I agree there is room for a better and
better marketed language. Creating the language isn't the problem,
marketing it with sufficient force to gain as much market exposure as
Java and C# enjoy is the problem.

Perhaps we need IBM to get behind a superior compiled language?

C# programmers are like Java ones. You see only them come, exactly like
the Java ones, to bother C++ newsgroups of their language superiority.

Thus demonstrating their ignorance. C++ is superior to C# in all aspects
even in .NET world.

But I will not expand now on that, I want to tire him a bit. :-)


Regards,

Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #8

Is there any C# construct that is not supported by C++?


Nice one. I join this statement.
Jul 22 '05 #9
tom_usenet wrote:
On 1 Sep 2004 00:23:19 -0700, pr*********@hot mail.com (Prashant)
wrote: <snip>
Why there is no group which seriously tring to develop new language
better than C#.


Java already exists; if you don't want to follow the Microsoft route,
then Java is a similar alternative.


C++, C# and Java aren't better or worse than each other. Just different.

Each has features that the others don't.

http://www.digitalmars.com/d/comparison.html
If you want a compiled, more efficient language, then C and C++ fill
that niche quite well, but I agree there is room for a better and
better marketed language.

<snip>

All four languages do get compiled; moreover, all of them probably can
be compiled to native code. As for efficiency - I guess it depends on
what you do with them, and how good the respective compilers are at
optimising.

Stewart.

--
My e-mail is valid but not my primary mailbox. Please keep replies on
the 'group where everyone may benefit.
Jul 22 '05 #10

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

Similar topics

10
2517
by: John Underwood | last post by:
Can I use python23_d and python23 to develop an extension for a commercial application uses python22.dll? (Providing that I do not use any new features found only in 2.3.) I would bulld version 2.2 but I am having trouble doing this with Visual Studio .NET Standard. (There is a well documented problem with version 2.2 (involving largeint.h) and VS.NET but none of the solutions that I found have worked.) On the other hand, I have...
1
1308
by: Compucrat | last post by:
Hi community, This is a very basic question, but haunting me right now. We are planning to develop an integration tool for a CRM system. Our intention is to develop the tool in MicroSoft platform besides Java. Using webservices will be the core. So, lot of XML stuff is expected. There will not be any database used as product is a tool. Questions: What type of project (COM/DLL...) and which language is prefered in VisualStudio.net? What...
4
1489
by: Àä×ÔȪ | last post by:
I heared that the vba is not the major develop language in office2003.The best way to develop office2003 is using vs.net and c#. where could i find document about devloping office2003 with c# thanks!!!
11
6200
by: Raghavendra Mudugal | last post by:
Hello Everybody, We are creating a new project on Virtual Private Networking (VPN), and it is decided to use VC++. I actually want to know that is can be achived by VC#.NET or not. You all know how and what level VPN can reach. If this is possible using C# then what are the main namespaces i should use to which they play a main role of the project. Hope to receive all your valuable responses on this. will be waiting
43
3424
by: Rob R. Ainscough | last post by:
I realize I'm learning web development and there is a STEEP learning curve, but so far I've had to learn: HTML XML JavaScript ASP.NET using VB.NET ..NET Framework ADO.NET SSL
15
1594
by: king kikapu | last post by:
Hit to all folks here, i recently got interested abiy php, i have a workable knowledge of Python and a little bit of Ruby. I just want to ask, if php is suitable for generic programming and not only for web stuf. I am -mainly- a windows developer and just want to escape from MS umbrella, i just do not know if php is the right choice. Can i use the language to build network
11
3296
by: Michael | last post by:
I'm new to PHP, I already learned the basics of the language and built some little app's for practice. I have a critical dilemma, soon enough, I probably start to develop real-world applications, fully working web-sites for paying costumers. I have 2 options for doing this: writing everything with plain PHP, or using some PHP framework. I don't want to choose something and the realize that the other is batter. I want to get used for...
1
1183
by: beproject2007 | last post by:
i have to develop a web based mail client .i am very confused about the language to use.php is definetily an option but so is jsp,asp,asp.net.plz guide me in this tricky situation.
2
5452
by: PrateekArora | last post by:
Hi Guys, I need to develop a MultiLingual Application (Arabic & English) in VB.NET, as far as Labels and captions are concerned in User Interface I am done with that using Resource Manager Class & resource File (Code given below). But I am having issue with text boxes as we need them for both English as well as Arabic (depending upon the language selected, in arabic they will be Right aligned). I'll appriciate if someone can guide me with...
0
9386
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
9822
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...
1
7366
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
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
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
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
3523
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
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.