diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-04 01:21:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-04 01:21:58 +0200 |
commit | abda8574258f83e5141ef6d239459dd90e47f76f (patch) | |
tree | 0c79c78d1179c602db74faaaf7e40b7fc2492a2e | |
parent | 704f15f68770b047b2106966dd8bc9be46fc55f4 (diff) |
Update README
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |