Is there an 'rdmd' equivalent for C lang?

Tejas notrealemail at gmail.com
Tue Sep 6 12:53:48 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.

Idk about C but there is one for C++:

https://rawcdn.githack.com/root-project/cling/d59d27ad61f2f3a78cd46e652cd9fb8adb893565/www/index.html


More information about the Digitalmars-d mailing list