From 9d84cacb1ccdc9822d16f0fb5531f79d5770349f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 28 Jan 2024 14:18:13 -0800 Subject: change readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit