X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Envelope-From: paubert AT iram DOT es Date: Wed, 8 Jul 2015 09:50:57 +0200 From: "Gabriel Paubert (paubert AT iram DOT es) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gEDA/gschem still alive? Message-ID: <20150708075057.GF13243@visitor2.iram.es> References: <20150706200609 DOT GD24178 AT localhost DOT localdomain> <20150707060409 DOT GB14357 AT localhost DOT localdomain> <1436287952 DOT 678 DOT 26 DOT camel AT ssalewski DOT de> <559C0F7E DOT 7010009 AT neurotica DOT com> <20150707183339 DOT GA1817 AT alpha2> <559C3667 DOT 7030402 AT neurotica DOT com> <201507072059 DOT t67Kxolu020429 AT envy DOT delorie DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201507072059.t67Kxolu020429@envy.delorie.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spamina-Bogosity: Unsure X-Spamina-Spam-Score: -1.0 (-) X-Spamina-Spam-Report: Content analysis details: (-1.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -0.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% [score: 0.2389] Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Jul 07, 2015 at 04:59:50PM -0400, DJ Delorie wrote: > > > I have, with Perl, Java, and C++. C is consistently the fastest and > > has the smallest memory footprint. > > When I switched from college to industry, I went from a C/mainframe > world to a DOS/PC world. I rewrote all my favorite Unix utilities > (mv, rm, cp, ls, etc) in 8086 assembler. I wrote a *lot* of assembler > those days, and could code up apps in asm about as fast as similar > apps in C, but mine only took a handful of bytes to run, and ran > blazingly fast. For a demo, see the stub loader for djgpp - it's 2k > of hand-coded assembler that does everything needed to run a 32-bit > app. > > So, it's all relative. > > These days it's mostly C++, although I wish they'd've stopped adding > to C++ about 20 years ago when it was a clean and useful language :-) It depends, I think that C++ reached a low with C++98/C++03 but that it has improved a lot with C++11 and has become much more usable. Gabriel