best approach to develop running software
From: Andreas Klimas (klimas_at_klimas-consulting.com)
Date: 01/25/05
- Next message: szuchymj_at_jmu.edu: "Re: beginner needs advice on Visual Studio"
- Previous message: Programmer Dude: "Re: Admire the rentacoder.com"
- Next in thread: mensanator_at_aol.com: "Re: best approach to develop running software"
- Reply: mensanator_at_aol.com: "Re: best approach to develop running software"
- Reply: Jim Rogers: "Re: best approach to develop running software"
- Reply: gswork_at_mailcity.com: "Re: best approach to develop running software"
- Reply: Jarek Kucypera: "Re: best approach to develop running software"
- Reply: Otto Wyss: "Re: best approach to develop running software"
- Reply: Programmer Dude: "Re: best approach to develop running software"
- Reply: Friedrich Dominicus: "Re: best approach to develop running software"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 01:09:00 +0100
recently there are some interesting topics in c.l.smalltalk and
c.l.lisp which raises a more general question.
what makes the different languages different ?
syntax vs. syntaxless, dynamic typing vs. static typing
compiler / interpreted included into runtime or not ?
the smalltalk guys swear that smalltalk is the best way.
so the lisp guys says that lisp is the best way, of course.
so the C++, Java, C#, Perl ... whatever does.
anyway. how should one decide which approach fits best
his met.
personaly I'm programming in C, C++ and Smalltalk since
about 10 years now. in Java only a handfull of years.
I don't have the feeling that any language has a great
advantage over the others. well, Smalltalk is nice, but ...
Actually I'm totally back to C.
I have done some rewrites of my applications from
Smalltalk to C and from Java to C. not only are the
applications now an order of magnitude faster they are
even smaller (by far less code) more bug free, and surprise,
simpler. I even have replaced SQL servers by memory mapped
files which gave me an second order of magnitude speed.
well, now I ask, why do people think that applications
written in <put your favorite language here> did have an
big advantage against a (small) low level language like
C or FORTH (in todays environment where memory is huge
available, compiler / debugger / editors are well fitted
and processors are quite fast).
give me the technique or concept rather than the langauge.
I would rethink and probably reimplement the mechanism as
needed (only those for the problem to solve).
maybe I totally miss the point. anyway I'm looking
forward to get my confusion cleared.
best wishes
Andreas Klimas
- Next message: szuchymj_at_jmu.edu: "Re: beginner needs advice on Visual Studio"
- Previous message: Programmer Dude: "Re: Admire the rentacoder.com"
- Next in thread: mensanator_at_aol.com: "Re: best approach to develop running software"
- Reply: mensanator_at_aol.com: "Re: best approach to develop running software"
- Reply: Jim Rogers: "Re: best approach to develop running software"
- Reply: gswork_at_mailcity.com: "Re: best approach to develop running software"
- Reply: Jarek Kucypera: "Re: best approach to develop running software"
- Reply: Otto Wyss: "Re: best approach to develop running software"
- Reply: Programmer Dude: "Re: best approach to develop running software"
- Reply: Friedrich Dominicus: "Re: best approach to develop running software"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|