C3 + Raylib example with cross compilation to Windows, curtesy of Manu Barrio Linares, who wrote the new Windows SDK downloader for the @c3lang compiler:
https://t.co/5Uh8z2jtE8
Few days ago, I have decided to add Windows setup installer to @C3Lang and it got merged!
https://t.co/16kfI4stVT
Why? To simplify installation of C3 on Windows, introduce convenience and make C3 more accessible to beginners.
Well, after exactly 1 month of development today arduino.c3l is finally promoted to 0.1 and with that it's first official release.
A huge thanks to the awesome work of @nuoji on the compiler and the awesome community that built around @C3Lang.
https://t.co/hH2vqRM5ld
C3 0.8.0 is shaping up to be awesome: yes, cutting down on keywords, going to signed ints and new reflection syntax are all nice, but I just merged the official docgen, and THAT is going to make a huge difference.
I have figured out why my code wasn't playing around with ASan
image manager is a flyweight, if image exists it returns cached image to save VRAM
the if serves as a hint
can you find the bug?