aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-28 14:18:13 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-28 14:18:13 -0800
commit9d84cacb1ccdc9822d16f0fb5531f79d5770349f (patch)
tree58767c2b68f8c96c527d02389b98a2959c9f6975 /README.md
parentf0c5408f486741a092be0b984ca5bdeb410fae5b (diff)
change readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04b5adb..968104b 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,11 @@ operations is put in the hands of the maintainers of the builtin functions
and FLI library maintainers. Therefore, the end user does not need to worry
about memory allocation while the implementation remains extremely simple.
+# Motivation
+This language was designed after I heard about stack based programming languages
+from my friend Matthew Hinton. I made it according to his description, and made
+choices along the way in the design process according to what I thought was logical.
+
# Installation
In the terminal:
``` sh