Add "choose" syntax
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I intend to add a syntaxic sugar for:
```
parallel(select N) ||
||==============
myFunction(arg1,...,argM)
...--------
restOfBranch1
||=============
myFunction(arg1b,...,argMb)
...-------
restOfBranch2
```
that would be:
```
choose N by myFunction
* arg1,...,argM
restOfBranch1
* arg1b,...,argMb
restOfBranch2
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.