diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:19:24 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:19:24 -0800 |
commit | a8cb632d9992f089571f51d79a1301fa6b9949d4 (patch) | |
tree | 78defb9ef2c46578d57143b2de6f73960d09d564 | |
parent | 183bfb0798623d6a196d59156b4e8978bab17564 (diff) |
exports both
-rw-r--r-- | blog/stem.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/stem.org b/blog/stem.org index bd530cb..4a88db4 100644 --- a/blog/stem.org +++ b/blog/stem.org @@ -15,6 +15,7 @@ and objects from the foreign language interface by writing C libraries. If you don't know what any of that means, that is okay. I will go over the programming language as if this is your first programming language, as stem is one of the most simple programming languages that is feasible for practical use. For information on how to install stem on MacOS or Linux, see [[https://github.com/ret2pop/stem][the github page]]. +Documentation on the C API is available on the [[https://stemdoc.nullring.xyz][Doxygen generated page]]. * Language Design In stem, all information is stored on what's called /the stack/, and there are things that you can put on the stack. |