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 +++++ stemlib | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 diff --git a/stemlib b/stemlib index 5e69f85..0168fa1 160000 --- a/stemlib +++ b/stemlib @@ -1 +1 @@ -Subproject commit 5e69f8515fac7f7975cc30364bcac28cf0d5578a +Subproject commit 0168fa17dc941874f95ae0be513c7a152fce6b48 -- cgit