1
0
Fork 0
forked from fun/fun
fun/web/documentation/roadmap.md

42 lines
1.3 KiB
Markdown

---
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.md](./cli/))
- Improve testing docs and coverage ([writing-tests.md](./writing-tests/))
- Fill gaps in stdlib documentation ([stdlib.md](./stdlib/))
## Medium-term
- Bytecode/reference updates as internals evolve ([bytecode-format.md](./bytecode-format/), [internals.md](./internals/))
- Embedding guides and host API stability ([embedding.md](./embedding/), [rust.md](./rust/))
## Contributing
See [contributing.md](./contributing/) for how to propose and implement items. Track concrete tasks via repository issues and PRs.