From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 21 Nov 2012 20:21:24 -0500 To: benavento@gmail.com, 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] go forth and ulong no more! Topicbox-Message-UUID: dd41b488-ead7-11e9-9d60-3106f5b1d025 On Wed Nov 21 19:19:21 EST 2012, benavento@gmail.com wrote: > hola, > > usize, really? > > any reason not use this opportunity to join the world and use inttypes.h or stdint.h format? have you read the opengroup pubs? http://pubs.opengroup.org/onlinepubs/007904975/basedefs/stdint.h.html http://pubs.opengroup.org/onlinepubs/009604599/basedefs/inttypes.h.html i don't see any advantage to using whatever types these guys are using. when porting things from plan 9, it's good to have different type names. the assumptions of various systems differ. when porting things to plan 9, you're likely going to be using ape anyway. these headers are missing a type representing physical memory, and Rune. no, i'm never going to consider using wchar_t instead. yet they have types we do not want such as int_{least,fast} and int_max_t. they seem to be a trap set by greybeards for unsuspecting young programmers. one could hold this kind of thing up as a reason that c is an old and broken language. and then there's the printf macros. oh, joy. i'm sure that others could back this up with more inteligent reasoning. i'm just prone to rant (had you noticed) when i see some of this stuff. - erik