473,549 Members | 2,715 Online
Bytes | Software Development & Data Engineering Community
+ 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 3577
"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
1608
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
13180
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 comments on past experience, research articles, comments on the matter would be much appreciated. I suspect something like C would be the best based on...
1
1734
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 about the static properties of global RegExp object, ie, RegExp.lastMatch, RegExp.leftContext, RegExp.rightContext, and all those RegExp.$x properties....
47
3610
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 technology and with MS now abandoning C++ in favour if its > proprietery .NET and C# technology, how long can we except C++ to hold > on against these...
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 path fail because it says its in use by another process.
1
1619
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 dozen or so forms. Of course, would need to include the contingency that the database would not necessarily be opened on the set day of the message...
0
1837
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 approaches. `Movable Python <http://www.voidspace.org.uk/python/movpy/>`_ supports running both Python scripts and ``.pyc`` bytecode files. It does...
6
14434
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 letter. Can I use javascripting to create a webpage to allow a user to enter a letter and then click a button to find a future calendar date? I'm just...
0
1173
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 function that takes seconds from the epoch and a time zone and returns what is basically a datetime object. My question is how to I display the seconds...
2
3676
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 correct client time zone. Note that Exchange stores everything in UTC time. I am able currently able to use javascript to ask the client what time...
0
7518
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...
0
7446
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...
0
7715
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7469
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...
0
7808
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...
0
6040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5368
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...
0
3480
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1057
muto222
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.