[ INQUIRY ]: Full BetterC projects
Mindy (0xEAB)
desisma at heidel.beer
Sun Feb 15 09:45:38 UTC 2026
On Saturday, 14 February 2026 at 12:56:38 UTC, wron wrote:
> Are full C-like projects in the scope of this feature, or is it
> only good for prototyping, easier C intergration, wasm (maybe
> more)?
I’ve written two games[0][1] using only the betterC subset of D —
though that was primarily as a size optimization for the
resulting binary in the context of game jams[2].
The second game[1] also makes heavy use of the importC[3] feature
of D compilers.
[0] <https://0xeab.itch.io/quantum-jump-pinball>
[1]
<https://0xeab.itch.io/would-you-still-save-the-world-with-me-if-i-were-a-worm>
[2] <https://4mbjam.dev/>
[3] <https://dlang.org/spec/importc.html>
More information about the Digitalmars-d
mailing list