-
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
1 parent
e0fca00
commit 16bba4f
Showing
2 changed files
with
67 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Aura Roadmap | ||
|
||
In this document I'll project the Aura roadmap to a release in steps | ||
|
||
## 0.0 | ||
|
||
- Syntax specification | ||
- Language objectives | ||
- Decide on initial target platform: C or JS | ||
|
||
## 0.1 | ||
|
||
- First implementation | ||
- Primitive types | ||
- Strings | ||
- Data assignment | ||
- Static functions | ||
- Alpha Aura stdlib | ||
- Control flow | ||
- Lazyness | ||
|
||
## 0.2 | ||
|
||
- ADT | ||
- Atom type | ||
- Associated functions | ||
- Pattern matching | ||
- Closures | ||
- Function purity | ||
|
||
## 0.3 | ||
|
||
- Currying | ||
- Generic types | ||
- Tags | ||
- Iterators and iterators lib | ||
- Tail call optmization | ||
|
||
## 0.4 | ||
|
||
- Imports | ||
- Increment on stdlib | ||
- Stabilized syntax | ||
|
||
## 0.5 | ||
|
||
- Second compiler | ||
|
||
## 0.6 | ||
|
||
- Async | ||
|
||
## 0.7 | ||
|
||
- Bend compiler | ||
|
||
## 0.8 | ||
|
||
- Release Candidates | ||
|
||
## 1.0 | ||
|
||
- Official Aura release | ||
|
||
New steps may arrise as the project goes on |