]> Untitled Git - monorepo.git/commitdiff
exports both
authorPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 23:19:24 +0000 (15:19 -0800)
committerPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 23:19:24 +0000 (15:19 -0800)
blog/stem.org

index bd530cbdded77452619c6d3f317c75119a09e17e..4a88db45b6b5b8dd512e68918bc5f8e93a56c18e 100644 (file)
@@ -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.