473,484 Members | 1,613 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Future of C and object-oriented programming

Does C have a future? I'd like to think so, but nobody seems to agree
with me. Of course, I don't use C in my profession, and maybe I
wouldn't be using it if I had the pressure to actually produce things
with deadlines and stuff. Hmm. That's a depressing thought.

I can't stand OOP. Yes, it is beautiful in theory, and it might make
sense for huge projects with many people involved, but I don't want
anything to do with it. (I switched to C from C++ AFTER having learnt
OOP properly, BTW.)

I should probably flesh this post out more, but what the hell... What
do you think? Is there a future for non-OO programmers like myself? I
know that you can write "object-oriented" code in C, but hopefully, you
get my point.

How often is C used today for game development for consoles/Windows,
and for general application development? And no, I don't mean "C/C++",
but pure, real C.

--
http://www.kimmoa.se/

Jan 4 '07 #1
5 3569
"Dylan not Bob." (tm)

No no... I mean Dylan *like* Bob Dylan but not Bob.

"The Future is Dylan but not Bob."(tm) :-)
We all know that we need something new then C/C++ in the future.
The question is, what.
I think Dylan can do it.
Dylan will do it.
Dylan do it right now.

Read more about Dylan:
But it's a "new" language http://www.opendylan.org/
http://icfpc.plt-scheme.org/
See also http://chaosradio.ccc.de/cre031.html (german)
http://events.ccc.de/congress/2005/f...ts/800.de.html
http://de.wikipedia.org/wiki/Interna...amming_Contest

By the way. C++ is object *oriented*. (For example, data encapsulation
is not OO-like. We all know, that objects and data can and do exist
beside each others. Like in real language: Objects, Subjects, etc.)

C will still exist. But more and more, we all know, that we have to use
somethings really better. Also not C# and .NET and the like. Theses are
well known "old" languages. Like Fortran, C, C++, Pascal, Ada, etc. etc.

So, C is still a basic thing if you need to know how things works on
assembly/machine/pysical point-of-view. (Sure, you can write high-level
thins. But use malloc and the like does'nt made me happy.)

In short: The future is Dylan for Operating-System things (write an OS
like NT, Linux, MacOS/X etc.) and a scripting language like Python for
scripting things.

..NET, Java, C/C++, Pascal, Delphi, Perl, etc. are all languages based on
very old concepts.
KimmoA wrote:
Does C have a future? I'd like to think so, but nobody seems to agree
with me. Of course, I don't use C in my profession, and maybe I
wouldn't be using it if I had the pressure to actually produce things
with deadlines and stuff. Hmm. That's a depressing thought.

I can't stand OOP. Yes, it is beautiful in theory, and it might make
sense for huge projects with many people involved, but I don't want
anything to do with it. (I switched to C from C++ AFTER having learnt
OOP properly, BTW.)

I should probably flesh this post out more, but what the hell... What
do you think? Is there a future for non-OO programmers like myself? I
know that you can write "object-oriented" code in C, but hopefully, you
get my point.

How often is C used today for game development for consoles/Windows,
and for general application development? And no, I don't mean "C/C++",
but pure, real C.

--
http://www.kimmoa.se/
Jan 4 '07 #2

A book, Dylan language.
http://www.opendylan.org/books/dpg/db_2.html

btw. it is possible to write in OOP like and functions like C.

But the OOP like is really OO not as in C++, Java, C# etc. !
This is why many people dont like OO-things, because of the poor
implementation in languages like C++ Java Delphi, etc.

Michael M. wrote:
"Dylan not Bob." (tm)

No no... I mean Dylan *like* Bob Dylan but not Bob.

"The Future is Dylan but not Bob."(tm) :-)
We all know that we need something new then C/C++ in the future.
The question is, what.
I think Dylan can do it.
Dylan will do it.
Dylan do it right now.

Read more about Dylan:
But it's a "new" language http://www.opendylan.org/
http://icfpc.plt-scheme.org/
See also http://chaosradio.ccc.de/cre031.html (german)
http://events.ccc.de/congress/2005/f...ts/800.de.html
http://de.wikipedia.org/wiki/Interna...amming_Contest
By the way. C++ is object *oriented*. (For example, data encapsulation
is not OO-like. We all know, that objects and data can and do exist
beside each others. Like in real language: Objects, Subjects, etc.)

C will still exist. But more and more, we all know, that we have to use
somethings really better. Also not C# and .NET and the like. Theses are
well known "old" languages. Like Fortran, C, C++, Pascal, Ada, etc. etc.

So, C is still a basic thing if you need to know how things works on
assembly/machine/pysical point-of-view. (Sure, you can write high-level
thins. But use malloc and the like does'nt made me happy.)

In short: The future is Dylan for Operating-System things (write an OS
like NT, Linux, MacOS/X etc.) and a scripting language like Python for
scripting things.

.NET, Java, C/C++, Pascal, Delphi, Perl, etc. are all languages based on
very old concepts.
KimmoA wrote:
>Does C have a future? I'd like to think so, but nobody seems to agree
with me. Of course, I don't use C in my profession, and maybe I
wouldn't be using it if I had the pressure to actually produce things
with deadlines and stuff. Hmm. That's a depressing thought.

I can't stand OOP. Yes, it is beautiful in theory, and it might make
sense for huge projects with many people involved, but I don't want
anything to do with it. (I switched to C from C++ AFTER having learnt
OOP properly, BTW.)

I should probably flesh this post out more, but what the hell... What
do you think? Is there a future for non-OO programmers like myself? I
know that you can write "object-oriented" code in C, but hopefully, you
get my point.

How often is C used today for game development for consoles/Windows,
and for general application development? And no, I don't mean "C/C++",
but pure, real C.

--
http://www.kimmoa.se/
Jan 4 '07 #3
KimmoA said:
Does C have a future?
Yes.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Jan 4 '07 #4
On Thu, 04 Jan 2007 04:53:18 +0000, Richard Heathfield wrote:
>KimmoA said:
>Does C have a future?

Yes.
At least it will outlive its successors (C++, Java, C#, D, ...).
Jan 4 '07 #5
KimmoA wrote:
Does C have a future? I'd like to think so, but nobody seems to agree
with me. Of course, I don't use C in my profession, and maybe I
wouldn't be using it if I had the pressure to actually produce things
with deadlines and stuff. Hmm. That's a depressing thought.
As long as the language fits requirements demanded by working coders, it
will be used well into the future. Maintenance of the millions of line
of code out there also guarantees (a la Cobol) that even if the language
drifts toward a tighter niche plenty of work into the future.

Choose the right tool for the job. I'd never use C to make a web site
go (even CGI) but I might use an OOP language like Ruby.
Jan 4 '07 #6

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

Similar topics

31
1602
by: Jason Zheng | last post by:
I'm wondering why python still has limited lambda support. What's stopping the developers of python to support more lisp-like lambda function?
242
13109
by: James Cameron | last post by:
Hi I'm developing a program and the client is worried about future reuse of the code. Say 5, 10, 15 years down the road. This will be a major factor in selecting the development language. Any...
1
1723
by: Pavils Jurjans | last post by:
Hallo, I yesterday was browsing the book, JavaScript The Definitive Guide (4th ed), which is, unquestionably, the best reference book for JS. To my surprise, I didn't find any documentation...
47
3598
by: David Eng | last post by:
> For many years now enterprise business application development has > been the core area for the use of C++. > Today a significant share to this segment has already been lost to > SUN's Java...
3
419
by: Daniel | last post by:
if System.IO.StreamWriter write throws an exception, is there anyway to close the System.IO.StreamWriter object? it seems to stay open when this happens then future attempts to write to that same...
1
1612
by: Dalan | last post by:
I would like to incorporate a feature in an Access 97 database that would display popup messages at predetermined times in the future - say every three months. This would be applied to several of a...
0
1831
by: Fuzzyman | last post by:
Hello all, The following is a copy of a blog entry. It's asking a question about future statements and the built in compile function. I'd appreciate any pointers or comments about possible...
6
14429
by: rohayre | last post by:
Im a long time java developer and actually have never done anything with java scripting. I'd like to write a short simple script for calculating a date in the future based on today's date and a...
0
1167
by: ryan k | last post by:
I have a schedule of times in the future that I want to display in a timezone the user sets. There is a useful module http://www.purecode.com/~tsatter/python/README.txt (at that URL) with a...
2
3665
by: =?Utf-8?B?Sm9ubnk=?= | last post by:
I have an ASP.NET 2.0 C# web application that is contacting an Exchange server using WEBDAV. It allows the users to look up appointments for a future date. The problem I have is determining the...
0
7082
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,...
0
7105
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7144
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...
1
6813
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...
0
7214
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...
1
4845
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...
0
3046
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...
0
1359
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 ...
1
592
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.