Re: gEDA-user: coding style

2011-09-18 Thread John Griessen
On 09/18/2011 10:04 PM, Andrew Poelstra wrote: Well, C itself doesn't seem to be used too much outside of> 10 year old code. Nowadays the language du jour seems to be Python, and C is only used for library-type projects that want many language bindings. IMHO everything should be Lisp.;) :-) JG

Re: gEDA-user: coding style

2011-09-18 Thread Dave McGuire
On 09/18/2011 11:04 PM, Andrew Poelstra wrote: Well, C itself doesn't seem to be used too much outside of> 10 year old code. Nowadays the language du jour seems to be Python, and C is only used for library-type projects that want many language bindings. For "web apps" and other "trendy" stuf

Re: gEDA-user: coding style (was: help with pcb dsn plugin)

2011-09-18 Thread Andrew Poelstra
On Sun, Sep 18, 2011 at 12:06:49PM -0700, Jared Casper wrote: > On Sun, Sep 18, 2011 at 11:46 AM, DJ Delorie wrote: > >> I assume there are PCB devs that prefer the gnu style? > > > > 1. I prefer GNU style.  Emacs automatically does this style when > >   coding, too. > > Initially I hated it, but