💾 Archived View for rawtext.club › ~sloum › nimf › guide › index.gmi captured on 2023-04-26 at 13:34:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

 ____ ____ ____ ____ 
||n |||i |||m |||f ||
||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|

the nimf guide

This guide will walk you through the different parts of the nimf programming language/system.

Getting Up and Running

Download and Build

Running nimf

Syntax and Code Highlighting

Quickstart Tutorial

Concepts

The Stacks

Modules

Numbers

Characters

Strings

Variables & Memory

Words

Conditionals

Loops

Errors

The Standard Library

This is the api documentation for the language, including builtins (words that are coded in golang and provided with the interpreter)

Builtins

The "std" module

The "num" module

The "text" module

The "term" module

The "random" module

The "gopher" module

Other System Documentation

Memory Map

________________________________________________

nimf homepage