Documentation refactoring. No code changes. (0.40.5)
This commit is contained in:
parent
a47660edc7
commit
63545ed918
136 changed files with 374 additions and 3163 deletions
42
web/documentation/roadmap/roadmap.md
Normal file
42
web/documentation/roadmap/roadmap.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: false
|
||||
noComments: false
|
||||
noDate: false
|
||||
title: Fun - Roadmap
|
||||
subtitle: High-level direction, planned features, and pointers to issues.
|
||||
description: High-level direction, planned features, and pointers to issues.
|
||||
permalink: /documentation/roadmap/
|
||||
lang: en
|
||||
tags:
|
||||
- direction
|
||||
- features
|
||||
- high
|
||||
- issues
|
||||
- level
|
||||
- planned
|
||||
- pointers
|
||||
- roadmap
|
||||
---
|
||||
|
||||
|
||||
This page outlines high-level areas of focus and points to places where you can help.
|
||||
|
||||
## Themes
|
||||
- Developer experience: docs, examples, REPL polish
|
||||
- Optional extensions: stabilize and document supported integrations
|
||||
- Performance: steady improvements in hot paths and data structures
|
||||
- Safety: clearer error messages, diagnostics, and sandboxing guidance
|
||||
|
||||
## Near-term
|
||||
- Expand CLI reference and examples ([../cli/](../cli/))
|
||||
- Improve testing docs and coverage ([../writing-tests/](../writing-tests/))
|
||||
- Fill gaps in stdlib documentation ([../stdlib/](../stdlib/))
|
||||
|
||||
## Medium-term
|
||||
- Bytecode/reference updates as internals evolve ([../bytecode-format/](../bytecode-format/), [../internals/](../internals/))
|
||||
- Embedding guides and host API stability ([../embedding/](../embedding/), [../rust/](../rust/))
|
||||
|
||||
## Contributing
|
||||
See [../contributing/](../contributing/) for how to propose and implement items. Track concrete tasks via repository issues and PRs.
|
||||
Loading…
Add table
Add a link
Reference in a new issue