Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] C vs. other languages (was: tlug-digest Digest V2004#194)
- Date: Fri, 30 Jul 2004 10:03:26 -0700 (PDT)
- From: Steve Smith <sjs@example.com>
- Subject: Re: [tlug] C vs. other languages (was: tlug-digest Digest V2004#194)
- References: <200407290224.i6T2O6Ks002212@example.com><20040729233553.GA648%jmglov@example.com> <16649.46757.554176.880127@example.com><20040730134332.GB4387%jmglov@example.com> <20040730161259.7315522c.gstewart@example.com>
On Fri, 30 Jul 2004, Godwin Stewart wrote: > Why are 99% of the operating system I use and its auxiliary tools written in > C rather than Java? What about the mailer I use? A few of the tools I use > (including the GUI) are written in C++ - why not in Java if Java's OO is so > good? ("because they suck" isn't an answer...:) Actually -- you can write OO code -- or for that matter -- process oriented code. Where I work, the powers-that-be decided to use Java on an embedded system (telephony -- a DLC) and it's eating us alive. The problem isn't just Java -- it's the way the system was written. But in our case a major part of the problem is the OO paradigm that was chosen. We thrash through about 8Mb of memory to fetch 5kb worth of data out of a data base. And to make life more interesting, management and systems decided on a Java Compiler (rather than a JVM approach) that the vendor never quite got working and is now end-of-life, but this is way off topic. In general OO is much more resource intensive (memory and CPU) than a more process driven design. And C is a much more suitable languzge for this than C++ (Although I do like type-safe linking) or Java. Steve S.
- Follow-Ups:
- Re: [tlug] C vs. other languages (was: tlug-digest Digest V2004#194)
- From: Viktor Pavlenko
- Re: [tlug] C vs. other languages
- From: Stephen J. Turnbull
- References:
- [tlug] Re: tlug-digest Digest V2004 #194
- From: Jim Breen
- Re: [tlug] Re: tlug-digest Digest V2004 #194
- From: Josh Glover
- Re: [tlug] Re: tlug-digest Digest V2004 #194
- From: Viktor Pavlenko
- Re: [tlug] Re: tlug-digest Digest V2004 #194
- From: Josh Glover
- [tlug] C vs. other languages (was: tlug-digest Digest V2004 #194)
- From: Godwin Stewart
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Re: tlug-digest Digest V2004 #194
- Next by Date: Re: [tlug] C vs. other languages (was: tlug-digest Digest V2004#194)
- Previous by thread: Re: [tlug] C vs. other languages (was: tlug-digest Digest V2004 #194)
- Next by thread: Re: [tlug] C vs. other languages (was: tlug-digest Digest V2004#194)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links