There's a difference between being an alternative to C and "replacing" C. Ginger Bill (the creator…
@targrub, thanks for letting me know. It's possible I introduced some Win10 specific functionality…
If writing something smaller than what you can send to the memory as one piece and the compiler is…
clivi —
What is the proper cmap table format to use to support generic 32bit unicode codepoints?
leddoo —
Any language that is made using this tool could be automatically converted into any other language…
Taz —
Hi all, I am getting the feeling what I would like to do, or the position I would ultimately want …
After launching, v0.3.8.0 thinks for a few seconds, displaying nothing, before exiting. Running i…
There were a few other killer features in java that combine to provide very good library ergonomic…
Could you not just code for the lowest possible version of say Xlib/Wayland and Alsa (possibly wit…
I saw Jon or was it Casey say they couldn't fix C because its code base is a mess. So how about wr…
Implementing a Font Reader and Rasterizer from Scratch, Part 1: TTF Font Reader Reading TTF files …
The ",x" and ",X" format specifiers do print hex floats: image.png Maybe you mean being able to in…
Thanks Mārtiņš. Regarding point 2: Could you not just code for the lowest possible version of s…
Like several others I am writing an alternative to the C language (if you read this blog before th…
Seems like Clang's PDB gen is bugged in this case (missing forward reference used by main::POG*). …
clivi —
Hi I would like to parse and rasterize ttf fonts for my game without using a library. I want to m…
RemedyBG 0.3.8.0 is now available for download. Added a way to drive RemedyBG and receive notifica…
With MSVC you need Zi, I believe Z7 is not supported by RemedyBG. For clang you need -gcodeview to…
It probably is more useful to file remedy issues at No need to have so many forum threads.
I was using Remedy 0.3.7.0. I checked with remedy 0.3.7.1 (latest), and the bug persists. The comp…
Also DBL_TRUE_MIN should also be recognized
image.png It would also be nice if ,x format specifier printed hex floats
FWIW, works fine with clang-cl 10, 11, 12, and 14 as well.
1. I don't remember where was this said, but from what you wrote I assume it was said that writing…
Having watched many of Casey's videos, I have a few questions about things he has mentioned:It's f…
I was inspired by this Our Machinery (RIP) post to look into using C to build C. I ended up this p…
RawPDB is what I used for reference, but I didn't read the whole codebase so I probably didn't not…
Are you familiar with RawPDB () ? It uses memory mapped files in the examples () and the library i…
A first prototype of my build system now runs on Linux. Will use a combination of Bash and Batch f…