Comment by skydhash
2 months ago
I think the smallest C library I’ve seen was a single file to include on your project if you want terminal control like curses on windows. A lot of libraries on npm (and cargo) should be gist or a blog post.
2 months ago
I think the smallest C library I’ve seen was a single file to include on your project if you want terminal control like curses on windows. A lot of libraries on npm (and cargo) should be gist or a blog post.
15+ years ago used to copy paste utility functions from stackoverflow, now people npm installing packages for a function or two.
It shouldn't matter how many libraries npm supports.