1
0
Fork 0
forked from fun/fun

Holiday is over, now I have fun again. No code changes. (0.38.11)

This commit is contained in:
Johannes Findeisen 2026-02-18 18:11:21 +01:00
commit 15082bdc3e
9 changed files with 78 additions and 78 deletions

View file

@ -9,13 +9,13 @@ This page outlines high-level areas of focus and points to places where you can
- Safety: clearer error messages, diagnostics, and sandboxing guidance
## Near-term
- Expand CLI reference and examples (`docs/cli.md`)
- Improve testing docs and coverage (`docs/writing-tests.md`)
- Fill gaps in stdlib documentation (`docs/stdlib.md`)
- Expand CLI reference and examples ([cli.md](./cli.md))
- Improve testing docs and coverage ([writing-tests.md](./writing-tests.md))
- Fill gaps in stdlib documentation ([stdlib.md](./stdlib.md))
## Medium-term
- Bytecode/reference updates as internals evolve (`docs/bytecode-format.md`, `docs/internals.md`)
- Embedding guides and host API stability (`docs/embedding.md`, `docs/rust.md`)
- Bytecode/reference updates as internals evolve ([bytecode-format.md](./bytecode-format.md), [internals.md](./internals.md))
- Embedding guides and host API stability ([embedding.md](./embedding.md), [rust.md](./rust.md))
## Contributing
See `docs/contributing.md` for how to propose and implement items. Track concrete tasks via repository issues and PRs.
See [contributing.md](./contributing.md) for how to propose and implement items. Track concrete tasks via repository issues and PRs.