mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-05-28 23:11:20 +00:00
TODO
This commit is contained in:
parent
f3372e5d6b
commit
66e0cf06f8
64
README.md
64
README.md
@ -27,65 +27,5 @@ input directory should contain files with `aqua` scripts
|
|||||||
- Implementation for abilities
|
- Implementation for abilities
|
||||||
- Abilities passing
|
- Abilities passing
|
||||||
- Print syntax errors better way
|
- Print syntax errors better way
|
||||||
- For the offset, find a token
|
- For the offset, find a token (for LSP)
|
||||||
|
- Generate interface types from JSON
|
||||||
### Wishlist
|
|
||||||
|
|
||||||
1)
|
|
||||||
if aaa == bbb: -- !=
|
|
||||||
|
|
||||||
else:
|
|
||||||
|
|
||||||
2)
|
|
||||||
try:
|
|
||||||
|
|
||||||
catch err:
|
|
||||||
|
|
||||||
3)
|
|
||||||
$streams
|
|
||||||
|
|
||||||
4...)
|
|
||||||
while x:
|
|
||||||
backpressure...
|
|
||||||
|
|
||||||
5)
|
|
||||||
use "smth.aqua" as Smth
|
|
||||||
|
|
||||||
6)
|
|
||||||
ability passing:
|
|
||||||
func x {Ab} -> y
|
|
||||||
func x {Ab} -> y {Foo}
|
|
||||||
func x -> y {Foo}
|
|
||||||
|
|
||||||
7)
|
|
||||||
on Ability x:
|
|
||||||
|
|
||||||
8)
|
|
||||||
on browserId via relayId:
|
|
||||||
|
|
||||||
9)
|
|
||||||
compilation targets
|
|
||||||
- ts
|
|
||||||
- pure air
|
|
||||||
- ???????????????????
|
|
||||||
|
|
||||||
10)
|
|
||||||
use blueprint "blueprint id" as ServiceName
|
|
||||||
|
|
||||||
11)
|
|
||||||
kademlia in Aqua
|
|
||||||
onKadNeighborhood(kad_key, replicationFactor) do:
|
|
||||||
....
|
|
||||||
|
|
||||||
12)
|
|
||||||
better lambda expressions
|
|
||||||
|
|
||||||
13)
|
|
||||||
@-expression
|
|
||||||
|
|
||||||
alias AuthToken: bool
|
|
||||||
|
|
||||||
func foo(token: AuthToken @check[from app.auth])
|
|
||||||
|
|
||||||
14) FUTURE
|
|
||||||
generate facade modules from Aqua
|
|
Loading…
x
Reference in New Issue
Block a user