Different alet evaluation strategy
Open
- Dominant language
- Clojure
- Stars
- 970
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
Right now `alet` will batch applicative value evaluations in the order they are written. This is the best default since the operation being performed might depend on ordering.
For cases where ordering is not important (for example when performing asynchronous read operations) it'd be nice to be able to tell `alet`, since it might be able to optimize further.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.