Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>only `i32`, `u8`, `i16`

While these are not new ideas - Why not use s32 rather than i32 and so on. Makes more sense if you use something like u32 too.

I think it's important when making another language to really question everything you do in it. Why use this operator, or why use this mnemonic for built in types?



> While these are not new ideas - Why not use s32 rather than i32 and so on. Makes more sense if you use something like u32 too.

i denotes an integral, as opposed to the also-signed float types?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: