Skip to content

Comment on AudioFlux: A C/C++ library for audio and music analysisparent

Comments

Yes. And C can also be used with Python and Rust. That does not make this a Rust library.

Right, but C++ started as an extension of C and is mostly compatible and historically you could compile C with the C++ compiler. I don't think it's a good comparison.

Zig can compile C. That makes this C/C++/Zig library. Right? :^)

historically you could compile C with the C++ compiler.

not any C, only the C++-compatible subset.

    int* foo = malloc(sizeof(int)); 
has never worked in C++ for instance while it's valid C. Code that worked is code that people actually did effort to express in a way compatible with a C++ compiler.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.