Let's Destroy C
gist.github.com
Let's Destroy C
1–10 of 192 posts
Re: Let's Destroy C
#2Re: Let's Destroy C
#3the best thing about this was discovering https://git.sr.ht/
Anonymous non-user people allowed on issue tracker that doesn't have to be linked to any repo? Awesome. (And you can export easily.)
Easy to combine multiple build projects into a single build that can be kicked off by any one of the projects? Sweet.
Drew is also really responsive if you run into any problems.
Re: Let's Destroy C
#4the best thing about this was discovering https://git.sr.ht/
The extremely flexible todo, and build parts of the site are probably my favourites. Anonymous non-user people allowed on issue tracker that doesn't have to be linked to any repo? Awesome. (And you can export easily.) Easy to combine multiple build projects into a single build that can be kicked off by any one of the projects? Sweet. Drew is also really responsive if you run into any problems.
Re: Let's Destroy C
#5Re: Let's Destroy C
#6Re: Let's Destroy C
#7But not when printing to stdio.h text streams; \n turns into the right line ending.
Re: Let's Destroy C
#8Ah, finally a modern successor to Bournegol: http://oldhome.schmorp.de/marc/bournegol.html
#define TYPE typedef
#define STRUCT TYPE struct
#define UNION TYPE union
Well, that's extremely opinionated. Which I guess is the point. It does seem to add a BASIC-ness to the code.However, when I see landmines like these:
#define TRUE (-1)
#define FALSE 0
I might just hide instead of touching it.Re: Let's Destroy C
#9Re: Let's Destroy C
#10C++ lambdas don't suffer from this problem.