Macro hygiene and reductions
Open
design
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
```
mysum(a):=sum(i, a**i)
result = mysum(5) + mysum(7)
```
Currently forces the user to make a decision between forcing `simul_reduce` or duplicating one of the reduction inames.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.