Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: C/C++ timeline (was Re: Python: A Little Trick For Every Need) Date: 14 Feb 2026 00:41:21 GMT Lines: 24 Message-ID: References: <-EOdnRUZmNTqQx_0nZ2dnZfqn_qdnZ2d@giganews.com> <10lvc6a$2a0lm$4@dont-email.me> <10lvt12$2g653$1@dont-email.me> <10m0915$2ka88$5@dont-email.me> <10m0fnd$2n7r1$3@dont-email.me> <10m25v7$36k4g$3@dont-email.me> <10m2855$38cir$2@dont-email.me> <10m2b84$30icq$1@dont-email.me> <20260205080604.00002be0@gmail.com> <20260205095745.0000319c@gmail.com> <20260206112850.00006164@gmail.com> <10m5knv$h5mp$1@dont-email.me> <20260206135513.00001a9e@gmail.com> <20260206144316.00001326@gmail.com> <20260213113012.0000347e@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 0NjMgoOLDZIU546P1EOK5g3eETOjFAZiEZlf65Zz1FYiB7nNBe Cancel-Lock: sha1:g6vb9I8sjd8lk+xpSg5Moczd74A= sha256:1bXjwWrlggfm6vS2YDTG+79FdNWxMarCbF2kJl+d6V4= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:82023 On Fri, 13 Feb 2026 11:30:12 -0800, John Ames wrote: > True enough, and it is to some degree a question of taste - but Java > does, to my mind, strike a particular balance of vices that remind me of > the main thrust of Kernighan's criticism of Pascal: not only does it > suffer from misfeatures and frustrations, but it provides no real way to > work around them from within itself. I had hopes for Java in the late '90s. 'Java in a Nutshell', 2nd edition iirc, was fairly concise. You'd need a damn big nut for the 7th edition. I was working with the AVR processors so my 'hello world' project was a simple emulator. Not happening in Java. AWT wasn't bad but then they introduced Swing. The mantra at the time if you were upset at the glacial performance was to get a newer, faster machine, Right. I did like Visual J++, but its relationship to Sun Java was loose, leading to Sun shutting it down. It took a while but Microsoft eventually came up with C#, which is what Java (and Visual C++) should have been. We had one Java application that suffered from extensive mission creep over the years. I seldom worked on the code and always did with my fingers crossed.