Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.setup,comp.os.linux.advocacy,sci.physics Subject: Re: I think in FORTH & program in C/C++. Date: Thu, 30 Sep 2021 20:40:26 -0600 Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net TC0co7XlZFZo/1kX18dfegVPBuKkUGhenjQVWeXaoHAatqbqes Cancel-Lock: sha1:ClGVqr5adYx7ZbQRzHwotEMkhPU= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 In-Reply-To: Xref: csiph.com comp.os.linux.setup:4528 comp.os.linux.advocacy:594950 sci.physics:833385 On 09/30/2021 08:33 AM, chrisv wrote: > rbowman wrote: > >> Jeff-Relf.Me@. wrote: >>> >>> I think in FORTH & program in C/C++; >>> naturally, people freak out when they see my source code. >> >> I can believe that... Reverse Polish Notation with Hungarian notation >> would be more cryptic than something was AES 256 encoding. > > Have you seen Relf's code? It's intentionally cryptic. It's > horrible. > I've seen enough terrible things in my life... We had a programmer that fell in love with macros. There really wasn't any code there until you ran it through a compiler. I think it was Ritchie who said that allowing macros in the language was one of his worst mistakes. It was such an innocent little idea...