diff --git a/about.xhtml b/about.xhtml index 1fd6a18..086641a 100644 --- a/about.xhtml +++ b/about.xhtml @@ -1,7 +1,7 @@ - + @@ -134,6 +134,11 @@
The following markup languages are used in my code, with rationale provided for the usage of each language.
+Note that derivations of non-Inferencium codebases, such as + forks, may not contain the markup languages listed here due to + the work involved in replacing all code, but will be rewritten + whenever possible, and new code will be written in my preferred + languages whenever possible.
XHTML is preferred for most content @@ -169,6 +174,11 @@
The following programming languages are used in my code, with rationale provided for the usage of each language.
+Note that derivations of non-Inferencium codebases, such as + forks, may not contain the programming languages listed here due + to the work involved in replacing all code, but will be + rewritten whenever possible, and new code will be written in my + preferred languages whenever possible.
Rust is a partially object-oriented @@ -179,7 +189,7 @@ is memory-efficient, has no garbage collection, is highly portable, has great support for integration with other - languages, and is well-suited for both + languages, and is suitable for both high-level and low-level code.
Rust is the modern replacement for C++.