From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755768AbaIEGbt (ORCPT ); Fri, 5 Sep 2014 02:31:49 -0400 Received: from h1446028.stratoserver.net ([85.214.92.142]:39446 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717AbaIEGbs (ORCPT ); Fri, 5 Sep 2014 02:31:48 -0400 Message-ID: <540958AD.8030503@ahsoftware.de> Date: Fri, 05 Sep 2014 08:31:09 +0200 From: Alexander Holler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: Rob Landley CC: Rogelio Serrano , Borislav Petkov , Peter Zijlstra , =?UTF-8?B?TcOlbnMgUnVsbGfDpXJk?= , Steven Rostedt , Christopher Barry , Linux Kernel Mailing List Subject: Re: OT: Open letter to the Linux World References: <20140812153812.2923046a@monolith.infinux.org> <20140812202129.GA20344@home.goodmis.org> <20140813082756.GB2923@twins.programming.kicks-ass.net> <20140813090013.GA20581@pd.tnic> <53F242D1.4050506@ahsoftware.de> <5408B069.9080708@ahsoftware.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 04.09.2014 21:18, schrieb Rob Landley: > What's actually wrong with C++ at a language design level. > > Short version: OMG. It's better than C. In almost every aspect. Stop. Nothing else. Of course, if you want to write something like systemd in Python, Perl, Pascal, Modula or Erlang, feel free to so. And if you want more security bugs, feel free to still use C for string handling instead of std::string, Or still write your sorted list for every structure (or just don't and go the slow way, because you don't find the time to do it right in C). And ... You don't have to understand how templates do work to use e.g. std::string. Other people do hard stuff for you. So don't panic. Alexander Holler