Mike
Mike
> What do you guys think about using comments, instead of labels for this? I kindof like the idea of giving some functionality to contributors through the comments. If you...
This caused me a lot of grief recently. Here's a hack that worked for my unique circumstance: ```C# public partial class MainPage : ContentPage { public MainPage() { InitializeComponent(); }...
> I think the hack is in fact not a hack at all. It's just disposing a disposable thing when the app shuts down. Actually, it's disconnecting a handler, and...
Related: https://github.com/JinShil/utiliD, https://github.com/caraus-ecms/tanya
I think instead of a BetterC runtime we should be striving for the opt-in continuum described here: https://forum.dlang.org/post/[email protected]
> If the objective is to remove the c version (later on), that would not be such a good idea I believe I'm the one who originally proposed this project...
One reason to not use an existing C library is so users don't need to maintain a development environment with 2 toolchains. Another reason is because D offers many things...
More related work: * [Inside the fastest font renderer in the world](https://medium.com/@raphlinus/inside-the-fastest-font-renderer-in-the-world-75ae5270c445) * [How the stb_truetype Anti-Aliased Software Rasterizer v2 Works](http://nothings.org/gamedev/rasterize/) * [libArt Internals](https://people.gnome.org/~mathieu/libart/internals.html)
[A similar project for rust](https://perf.rust-lang.org/)
See also https://github.com/dlang/projects/issues/41 - Create a CI or other infrastructure for measuring D's progress and performance