Path: ...!feeds.phibee-telecom.net!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lynn McGuire Newsgroups: comp.lang.c Subject: Re: C23 thoughts and opinions Date: Fri, 31 May 2024 18:34:30 -0500 Organization: A noiseless patient Spider Lines: 26 Message-ID: References: <7d0e8f25-a8ba-4995-9b90-ff35f85d423f@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 01 Jun 2024 01:34:31 +0200 (CEST) Injection-Info: dont-email.me; posting-host="ea59ddb53a60fca2ad45a59f8d0e87aa"; logging-data="2570168"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/HhfK/bs/GVK2wRSayDvAYJG7T9q13Q4=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:hvRseMMwUxtodk+bdq4uqrQyw9A= Content-Language: en-US In-Reply-To: Bytes: 2415 On 5/26/2024 6:23 AM, Bonita Montero wrote: > Am 26.05.2024 um 09:13 schrieb jak: > >> About this I only agree partially because it depends a lot on the >> context in which it is used. Moreover, I would not know how to indicate >> an optimal programming language for all seasons. > > C++ is in almost any case the better C. > >> What you describe is the greatest inconvenience of c++. To make only one >> example, when they decided to rewrite the FB platform to accelerate it, >> they thought of migrating from php to c++ and they had a collapse of the >> staff suitable for work, so they thought of relying a compiler that >> translated the php into c++ and many of the new languages were born to >> try to remedy hits complexity. > > C++ is the wrong language for web applications. > I like Java more for that. C++ is the wrong language for real time apps. No memory allocation allowed. I use C++ for my server side apps on my webserver. Works great. Lynn