Skip to content

Commit

Permalink
Roadmap specification
Browse files Browse the repository at this point in the history
  • Loading branch information
OJarrisonn committed May 29, 2024
1 parent e0fca00 commit 16bba4f
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/aura.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- [Control Flow](./flow.md)
- [Types](./type.md)
- [Tags](./tags.md)
- [Targets](./targets.md)
- [Targets](./targets.md)
- [Roadmap](./roadmap.md)
65 changes: 65 additions & 0 deletions docs/roadmap.md
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

0 comments on commit 16bba4f

Please sign in to comment.