IRC Log - 2025-10-17 - ##forth

Channel: ##forth
Total messages: 6
Time range: 16:45:45 - 17:03:29
Most active: KipIngram (4), veltas (2)
16:45:45 ##forth <veltas> Am I the only one who feels like you almost never find a library that actually does what you need, or if it did there's not enough documentation to use it?
16:46:38 ##forth <veltas> Or if it works it's harder to use it than hack something for the job together
17:01:38 ##forth <KipIngram> No, you're definitely not. Isn't that more or less the root of Chuck's criticism of libraries to begin with? That they're never "exactly what you need"? They're "off a little," or have a lot of extra stuff in them that's of no use to you, etc., and you find yourself changing your solution to fit the library.
17:02:19 ##forth <KipIngram> And if you use several libraries, you generally have to write glue to connect them together in a way that will work.
17:02:36 ##forth <KipIngram> I think Chuck just sees all of that as "off the proper solution path."
17:03:29 ##forth <KipIngram> I think you're totally right - it never seems easy and straightforward to see exactly how the thing works. I'm sure it made total sense to the guy who wrote it, but for the rest of us some labor is required to get our head around it.