Hacker News new | past | comments | ask | show | jobs | submit login

Pure C means using the programming language C, alongside its standard library, without any kind of extras.

This "pure c" won't compile with any random C compiler, unless it happens to be a C compiler in a POSIX environment.




Using an API in a language says nothing definite about how that API is implemented. The API could well be implemented in what you call "pure C".

So that term isn't very meaningful in the way you claim it is, and there is no need for you to be policing it. If it was about "dependency free" could maybe agree more.

The term is often used to indicate that the source code of the project itself does't make significant use of other languages like C++, and to allude to a sense of simplicity (which is often subjective).


A point of view I disagree with, there is no point using pure C in the title, when it clearly isn't.

This is HN, we police articles after all.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: