Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: min(), max(), sum() and avg() #145

Merged
merged 5 commits into from
Nov 11, 2024

Conversation

phorward
Copy link
Member

@phorward phorward commented Nov 6, 2024

  • Globals min(), max(), sum() and avg() implemented as preludes
  • Internal iter_min() and iter_max()

Fixes #88

- Globals `min()`, `max(), `sum()` and `avg()` implemented as preludes
- Internal `iter_min()` and `iter_max()`
@phorward phorward added the feature New feature or request label Nov 6, 2024
@phorward phorward changed the title feat: min(), max(), sum() and avg()` feat: min(), max(), sum() and avg() Nov 6, 2024
@phorward phorward merged commit d3ebdc5 into tokay-lang:main Nov 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide iterator aggregation functions min(), max(), sum(), avg()
1 participant