Re: [dev] Learn C

2019-03-27 Thread sylvain . bertrand
On Wed, Mar 27, 2019 at 01:19:23PM -0700, Evan Gates wrote: > On Wed, Mar 27, 2019 at 12:40 PM wrote: > > > > On Wed, Mar 27, 2019 at 07:43:04AM -0700, Evan Gates wrote: > > Style and the amount of actually used syntax is different. > > I'd disagree. Once you choose a language, any choices about

Re: [dev] Learn C

2019-03-27 Thread Evan Gates
On Wed, Mar 27, 2019 at 12:40 PM wrote: > > On Wed, Mar 27, 2019 at 07:43:04AM -0700, Evan Gates wrote: > Style and the amount of actually used syntax is different. I'd disagree. Once you choose a language, any choices about how you write that language are style. > > > add a suffix to your type

Re: [dev] Learn C

2019-03-27 Thread sylvain . bertrand
On Wed, Mar 27, 2019 at 07:43:04AM -0700, Evan Gates wrote: > On Tue, Mar 26, 2019 at 11:21 AM wrote: > > C has already a syntax way too rich and flexible. Most of the > > linux coding guidelines is nice. > > There is also a style page[0] at suckless. But again style is subjective > and the most

Re: [dev] Learn C

2019-03-27 Thread Evan Gates
On Tue, Mar 26, 2019 at 11:21 AM wrote: > C has already a syntax way too rich and flexible. Most of the > linux coding guidelines is nice. There is also a style page[0] at suckless. But again style is subjective and the most important thing is consistency within a project. > add a suffix to you