From 9ec96220106674c388c52f49590af6cfbee17046 Mon Sep 17 00:00:00 2001 From: RenChu Wang Date: Fri, 2 Aug 2024 23:53:50 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B5=20Naturally=20added.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This word is very very important! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ddf8c..bc6549d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ Csondiering that > In computing, a [compiler](https://en.wikipedia.org/wiki/Compiler) is a computer program that translates computer code written in one programming language (the source language) into another language (the target language). -A best translation is always the closest to the original that is the shortest in the new domain, therefore, the best software desgin is therefore the best transformation from the source (map domain, physics domain etc) to the language understood by the Turing machine (your software), with structures / meanings mimicking the problems in the domains we aim to solve, uneless there is a more terse / faster way of computing the same thing. +A best translation is always the closest to the original that is the shortest in the new domain, therefore, the best software desgin is therefore the best transformation from the source (map domain, physics domain etc) to the language understood by the Turing machine (your software), with structures / meanings naturally mimicking the problems in the domains we aim to solve, uneless there is a more terse / faster way of computing the same thing. As an example, let's say if an action `A` can be accomplished with the instructions `I`, and a computer `T` follows the instruction. `T` is flexible in its definition (maybe even humans, if humans are Turing machines)! Provided that the same thing can be accomplished by a computer program `P` running on computer `C`. This means that there must be a translation betweeen `I` and `P`, understood by `T` and `C` respectively. The translation principle still follows (similar in meaning but as terse as possible) in this case, without exception.