-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
--- | ||
layout: page | ||
title: Roadmap | ||
title: CHANGELOG & Roadmap | ||
nav_enabled: true | ||
nav_order: 4 | ||
--- | ||
|
||
# Roadmap | ||
# CHANGELOG & RoadMap | ||
|
||
## Roadmap | ||
|
||
Fizz aims to deliver on **simpilicity** and **Zig integration**. This means the | ||
following tradeoffs may happen: | ||
|
||
- Simplicity over expressiveness. | ||
- Simplicity over performance. | ||
- Fizz aims to be about as performant as Python. | ||
- Fizz aims to be about as performant as Python but can adjust to optimize | ||
specific use cases. | ||
- Ease of Zig build over porting to C/C++/Rust/... | ||
|
||
# Releases | ||
|
||
## 0.1.0 | ||
|
||
Status: Target feature set implemented. In validation phase. | ||
## Releases | ||
|
||
## 0.2.0 | ||
### 0.2.0 (In Progress) | ||
|
||
Will focus on: | ||
|
||
- Improved error reporting. | ||
- Incorporating user feedback. | ||
- Performance tweaks. | ||
|
||
### 0.1.0 (Current) | ||
|
||
Status: Target feature set implemented. In validation phase. |