@vaporeon_ your golfed c program will never be shorter than my golfed python program because python has less boilerplate. but your golfed c program can easily be shorter than my golfed c program
if you're comparing java to J of course it seems lopsided, but that's just not a good comparison
@monorail @vaporeon_ compilers let you get away with omitting a distressing amount of the boilerplate
@vaporeon_ notably, includes fur much of the standard library, and type definitions for main or variables
but yeah if you need a fast little regex parser, you’re out of luck
@vaporeon_ it contradicts how i learned that C works and i’m not over that i guess
@vaporeon_ i learned C++ furst when very young and i think its stricter rules on typing heavily influenced my expectations about how i thought C should work. (also the only K&R i’ve ever read is the second edition, which has the ANSI C syntax. though i am vaguely aware of the Old Syntax)
@aescling Who teaches C++, but not C, to a very young Sprigatito?
@vaporeon_ i somehow got my pawbs on a C++ book at a very young age (from the library? maybe??) because i wanted to learn how to purrogram
@aescling What's distressing about it? Like, of course you can omit the includes, and there's something called "implicit int", so that you can write:
Except that GCC 14 will refuse to compile it...