summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-11-02 22:01:55 -0400
committerIan Moffett <ian@osmora.org>2024-11-02 22:01:55 -0400
commitc0d1d67061cc0ac33a7c9add7fa4081e5e731360 (patch)
treef46af993007d9e6009fcc482b4ec250df6678eaa
parent0c41998dc614990a57779cf055d7aa1c4e0339e2 (diff)
[docs] Clean up formatting in README.md
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index b98c73c..75f6369 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
# Quark
-Quark is a general-purpose compiled programming language intended for use in a wide range of environments, from kernels to games to embedded systems. Its syntax and concepts are most similar to C or C++, but Quark also attempts to be more consistent and easier to comprehend.
+Quark is a general-purpose compiled programming language intended for use in a
+wide range of environments, from kernels to games to embedded systems. Its syntax
+and concepts are most similar to C or C++, but Quark also attempts to be more consistent
+and easier to comprehend.
# Why Make Another Language?
-There are many languages out there that can be used to write great software. Languages like C or C++ have similar feature sets and work just fine, so why not just use an existing language? Those languages can be difficult to learn and are usually paired with large standard libraries using outdated concepts. Quark is OSMORA's attempt to redefine what low-level programming languages should be. \ No newline at end of file
+There are many languages out there that can be used to write great software. Languages like C or
+C++ have similar feature sets and work just fine, so why not just use an existing language?
+Those languages can be difficult to learn and are usually paired with large standard libraries
+using outdated concepts. Quark is OSMORA's attempt to redefine what low-level programming languages should be.