From 46691cb0db428ed09931a05c063379f5680a56a3 Mon Sep 17 00:00:00 2001 From: "reaction.la" Date: Fri, 8 Jul 2022 19:19:44 +1000 Subject: [PATCH] minor edits on top of signoff of cmake branch --- docs/libraries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/libraries.md b/docs/libraries.md index 7a43e41..6a93c61 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -412,8 +412,8 @@ accidental languages. CMakeLists.text was intended as a simple list of every file. And then one feature after another was added, ad hoc, with no coherent plan and vision, -and eventurally so many features as to become Turing Complete, but like -most accidental turing complete languages, inconsistent, unpredictable, and +and eventually so many features as to become Turing Complete, but like +most accidental Turing complete languages, inconsistent, unpredictable, and the code entirely opaque, and the whole way the developers did not want their language to be used as a language. @@ -427,7 +427,7 @@ that invokes the compiler and the linker. Which program the developer modifies as needed. That MSVC's embrace of cmake is one of those embrace and extend -weirndesses, and will take you on a path to ever closer integration with +weirdness's, and will take you on a path to ever closer integration with non free software, rather than off that path. Either that or the people integrating it were just responding to an adhoc list of integration features.