From c5cc2c8567969b5e1393f9a9048fcd6918e87a85 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 12 Nov 2023 05:37:22 -0500 Subject: [PATCH] Grammar... --- README.md | 4 ++-- xhartae.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e6b93a..60609d1 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ still need to know what instructions are supported and how they translate to mac achieve creating almost anything, and yet, you need huge set of informations to do it in more concise way. That's the tradeoff. Either learn very small subset of "building materials" and "architecture", then proceed building sewers, roads, houses, malls, factories, skyscrapers and in the end create a town, -or learn huge set of "pre-made houses, pre-made factories, pre-made road blocks", and create a same-looking town. If you use any kind of library functions, even the one's we'll +or learn huge set of "pre-made houses, pre-made factories, pre-made road blocks", and create a same-looking town. If you use any kind of library functions, even the ones we'll use in some parts of this program, you'll end up as a "interior designer" rather than an "architect". C programming language is the minimal kind of tool that's widely supported -and lets do write "quick assembly", we'll have entire chapter about assembly and machine code, so you can make your own language. +and lets you write "quick assembly", we'll have entire chapter about assembly and machine code, so you can make your own language. We're dealing with a low-level functional (and procedural) programming language called C. So, disengage all safety protocols, think twice, write once, enter the Great C and learn to sail on it after some practice. This will never be a book. It has no readers. It's not even printed. It's pages are files. It's cover is a folder. This will never be a book. I, diff --git a/xhartae.c b/xhartae.c index 222c934..cb78ecd 100644 --- a/xhartae.c +++ b/xhartae.c @@ -24,9 +24,9 @@ still need to know what instructions are supported and how they translate to mac achieve creating almost anything, and yet, you need huge set of informations to do it in more concise way. That's the tradeoff. Either learn very small subset of "building materials" and "architecture", then proceed building sewers, roads, houses, malls, factories, skyscrapers and in the end create a town, -or learn huge set of "pre-made houses, pre-made factories, pre-made road blocks", and create a same-looking town. If you use any kind of library functions, even the one's we'll +or learn huge set of "pre-made houses, pre-made factories, pre-made road blocks", and create a same-looking town. If you use any kind of library functions, even the ones we'll use in some parts of this program, you'll end up as a "interior designer" rather than an "architect". C programming language is the minimal kind of tool that's widely supported -and lets do write "quick assembly", we'll have entire chapter about assembly and machine code, so you can make your own language. +and lets you write "quick assembly", we'll have entire chapter about assembly and machine code, so you can make your own language. We're dealing with a low-level functional (and procedural) programming language called C. So, disengage all safety protocols, think twice, write once, enter the Great C and learn to sail on it after some practice. This will never be a book. It has no readers. It's not even printed. It's pages are files. It's cover is a folder. This will never be a book. I,