2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00
Hilbish/docs/nature/_index.md
sammyette b46bd0059e
fix: fixes for doc command
- get docs properly for hilbish module and its interfaces
- deal with negative numbers causing yaml metadata parsing to fail
- change from index to _index to match hugo
2022-12-20 01:38:19 -04:00

585 B

A bit after creation, we have the outside nature. Little plants, seeds, growing to their final phase: a full plant. A lot of Hilbish itself is written in Go, but there are parts made in Lua, being most builtins (doc, cd, cdr), completions, and other things.

Hilbish's Lua core module is called nature. It's handled after everything on the Go side initializes, which is what that first sentence was from.

Nature Modules

Currently, nature provides 1 intended public module: nature.dirs. It is a simple API for managing recent directories and old current working directory.