Is there an 'rdmd' equivalent for C lang?

bachmeier no at spam.net
Mon Sep 5 21:53:03 UTC 2022


On Saturday, 3 September 2022 at 03:07:15 UTC, ikelaiah wrote:
> Hi,
>
> I'm enjoying learning D, especially using [rdmd 
> tool](https://dlang.org/rdmd.html), where I can edit-run 
> quickly, that checks dependencies and freshness of files in a 
> project.
> It does feel like working with Python, but with C/C++ like 
> syntax that I am familiar with.
>
> Out of curiosity, does anyone know if there is such a tool for 
> C that is as convenient as `rdmd`?
>
> Thanks.

Doesn't rdmd work with C code? D compilers can compile C code, so 
long as you don't rely too heavily on the preprocessor. I've 
never tried it with C files though.


More information about the Digitalmars-d mailing list