diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-29 17:16:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-29 17:16:23 +0100 |
| commit | 8153244fd1109ee133caaf19f8acd8dba8e4ebb7 (patch) | |
| tree | e1f47050889f82fc63ea5ab9a75b9b3ccc03b3c8 | |
| parent | 89f09d26cee2588b1e3dea005dd28a0e52224198 (diff) | |
chore: improve tn001.05.tex, improve citations in wg03 and formulations.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | source/wg03/wg03.tex | 13 | ||||
| -rw-r--r-- | source/wg05/tn/tn001.05.tex | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/source/wg03/wg03.tex b/source/wg03/wg03.tex index d69be8e..19accb6 100644 --- a/source/wg03/wg03.tex +++ b/source/wg03/wg03.tex @@ -58,7 +58,7 @@ \rule[1cm]{17cm}{0.01cm} \end{center} -\section{The 'Hello World' program.} +\section{The 'Hello World' Program.} Let a program $P$ be: @@ -70,13 +70,11 @@ const main() const written := printf("%s:13", "Hello, world!\n"); return written; } -\end{lstlisting} $P$ shall print: +\end{lstlisting} $P$ shall execute: \begin{lstlisting} $ Hello, world! -\end{lstlisting} - And return $written$ upon completion. -A program $\Theta$ may be noted as: +\end{lstlisting} And return $written$, now defined as $W$, upon completion. Such program that we denote as $\Theta$ may be noted as: \begin{equation} \Theta(x) = \lambda x.(P(x)) @@ -85,8 +83,9 @@ A program $\Theta$ may be noted as: \section{References} \begin{enumerate} - \item NeKernel.org (2026), \href{https://nekernel.org/nekernel}{https://nekernel.org} - \item El Mahrouss, A. (2026). The Execution Semantics: On Axioms, Domains, and Authority. (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.18362375 + \item NeKernel.org (2026), \href{https://nekernel.org/nekernel}{https://nekernel.org} + \item NeKernel.org Primer (2026), \href{https://nekernel.org/nectar\_primer.html}{https://nekernel.org/nectar\_primer.html} + \item El Mahrouss, A. (2026). The Execution Semantics: On Axioms, Domains, and Authority. (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.18362375 \item El Mahrouss, A. (2026). The Mathematics of Execution. Zenodo. \\https://doi.org/10.5281/zenodo.18399140 \item Church, A. (1936). An Unsolvable Problem of Elementary Number Theory. American Journal of Mathematics, 58(2), 345–363. https://doi.org/10.2307/2371045 \end{enumerate} diff --git a/source/wg05/tn/tn001.05.tex b/source/wg05/tn/tn001.05.tex index d72871a..28d8d0c 100644 --- a/source/wg05/tn/tn001.05.tex +++ b/source/wg05/tn/tn001.05.tex @@ -69,7 +69,7 @@ Let $N$ be defined as $\varnothing$. \section{Conclusion} -Such Concepts and properties are essential for `Execution Theory''s formality as per defined in El Mahrouss, A. paper. +Such concepts and properties are essential for `Execution Theory''s formality as per defined in El Mahrouss, A. (2026)' paper. \section{References} @@ -77,4 +77,4 @@ Such Concepts and properties are essential for `Execution Theory''s formality as \item El Mahrouss, A. (2026). The Execution Semantics: On Axioms, Domains, and Authority. (v2.0.0). Zenodo. https://doi.org/10.5281/zenodo.18366611 \end{enumerate} -\end{document}
\ No newline at end of file +\end{document} |
