From 1c78021272c232c8e023eb156305efabdabf630e Mon Sep 17 00:00:00 2001 From: AnonymousCoward Date: Fri, 29 Jun 2007 01:10:40 +0200 Subject: [PATCH] Edit page JuneBlog --- JuneBlog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/JuneBlog b/JuneBlog index de5a420..6c2c071 100644 --- a/JuneBlog +++ b/JuneBlog @@ -36,6 +36,13 @@ anyway, like many higher level applications in regular Linux distros. There's a few exceptions: Mozilla is written in C++ and eToys is written in SmallTalk. I don't know about TamTam. +'''rasky:''' in fact, with the raise of scripting languages and fully-featured +platforms (like Java's), using C++ for doing almost *anything* is the wrong +choice. As you said, system programming wants C for several good reasons, and +almost anything else can be done in scripting language. I think one last thing +that C++ is still good today at is high-performance libraries (eg: math +libraries), where you don't want to use C and you need a lot of performance. +But C++ is feeling more and more like a dead horse... === Wed, 13th === -- 2.25.1