From a8cb632d9992f089571f51d79a1301fa6b9949d4 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 26 Jan 2024 15:19:24 -0800 Subject: exports both --- blog/stem.org | 1 + 1 file changed, 1 insertion(+) 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. -- cgit