Sujet : Re: C23 thoughts and opinions
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 27. May 2024, 01:55:28
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v30lm0$3mcj6$5@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.158 (Avdiivka; )
On Sun, 26 May 2024 13:23:21 +0200, Bonita Montero wrote:
C++ is the wrong language for web applications.
I like Java more for that.
Java is too clunky and verbose. For asynchronous programming (for
WebSockets etc), it requires you to use threads.
I like Python, because it has frameworks based on ASGI for web
applications.