diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-28 14:18:13 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-28 14:18:13 -0800 |
commit | 9d84cacb1ccdc9822d16f0fb5531f79d5770349f (patch) | |
tree | 58767c2b68f8c96c527d02389b98a2959c9f6975 /README.md | |
parent | f0c5408f486741a092be0b984ca5bdeb410fae5b (diff) |
change readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |