aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-04 01:21:58 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-04 01:21:58 +0200
commitabda8574258f83e5141ef6d239459dd90e47f76f (patch)
tree0c79c78d1179c602db74faaaf7e40b7fc2492a2e /README
parent704f15f68770b047b2106966dd8bc9be46fc55f4 (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 1dfc146..6a11099 100644
--- a/README
+++ b/README
@@ -7,6 +7,23 @@ Oryx the programming language in languages other than English you should
use the given language’s translation of the animal’s name (e.g. ‘Órix’ in
Portuguese or ‘Όρυξ’ in Greek) as opposed to using the English name.
+Oryx is intended to be a sane programming language for serious software
+development. To be more specific Oryx aims to be the ideal language for
+general-purpose application development for modern systems. We do not
+waste our time attempting to support or perform well on legacy systems or
+on your dishwasher.
+
+Oryx assumes that the programmer is competent, and allows the programmer
+to do what the programmer wishes to do without getting in their way.
+Oryx rejects the notion that your tools need to be actively defensive,
+and assume that you are a web developer that lacks real programming
+skills.
+
+Oryx also aims to be a very simple language. Learning most of the
+languages useful features should be possible within a day of
+experimentation, and language features and syntax should be as consistent
+and common-sense as possible.
+
──────────────────────
Build Instructions