cl4cnam / cl4cnam/funcSug

Add "choose" syntax

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.