X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Tue, 7 Jul 2015 16:59:50 -0400 Message-Id: <201507072059.t67Kxolu020429@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <559C3667.7030402@neurotica.com> (geda-user@delorie.com) Subject: Re: [geda-user] gEDA/gschem still alive? References: <20150703030409 DOT 32398 DOT qmail AT stuge DOT se> <1436006726 DOT 677 DOT 13 DOT camel AT ssalewski DOT de> <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> 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 > 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 :-)