Tasks
This page points users to the shortest current path for common work.
Learn The Language
- Start at Learn 0x0.
- Use the current Language guide while lesson pages are
being written.
Fix Parse Or Semantic Errors
- Read Diagnostics.
- Compare the source with Language guide.
Work With Packages
Add Or Update Docs
- Read Documentation standard.
- Use Safe public docs gates.
- Run
make public-site-link-checkafter changing site pages.
Build The Site
- Read How-to guides.
- Run
make public-site-build-check.
Add A Library
- Read Libraries.
- Keep source, docs, exports, imports, and smoke tests together.
- Later milestones add the complete standalone library contract.
Add A Cookbook Recipe
- Add the recipe to
site/cookbook.html. - Add the source-backed row to
site/cookbook-inventory.tsv. - Keep app recipes tied to app docs or accepted behavior evidence.
- Run
make public-cookbook-inventory-check.
Migrate From jmp0x1b/lang
- Start with Migration.
- Use the source map in Public documentation gap inventory.
Check Whether A Feature Is Current
- Use Reference.
- If a feature is embedded, read Embedded Status.
- If a feature is app-specific, check the relevant app docs rather than treating
it as a core language feature.