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

Adding operators for collections and numbers #286

Merged
merged 2 commits into from
May 17, 2020

Conversation

flbulgarelli
Copy link
Member

@flbulgarelli flbulgarelli commented Apr 21, 2020

Related to #242
Related to #7

This PR only introduces new operators but does not document them nor includes any implementation of them. It is just for internal documentation purposes and to serve as harness to new inspections and language support.

I am adding some basic non-trivial non-trigonometric math operators that can be typically found on a Math module, plus a list of common collection handling operators. I am using classic Smalltalk naming - I considered using haskell naming but Map will collide too-often collide with Data.Map 😒

@flbulgarelli flbulgarelli force-pushed the feature-high-level-operators branch from 629d11f to e4ae63e Compare April 21, 2020 02:35
@flbulgarelli flbulgarelli marked this pull request as ready for review April 22, 2020 12:59
@flbulgarelli
Copy link
Member Author

PS: I did not include Gather (flatmap) nor Flatten operations. I should do that.

Copy link
Member

@julian-berbel julian-berbel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@flbulgarelli flbulgarelli force-pushed the feature-high-level-operators branch from bec340c to 4657bc7 Compare April 25, 2020 20:25
@flbulgarelli flbulgarelli force-pushed the feature-high-level-operators branch from 4657bc7 to 6a5a52e Compare April 28, 2020 22:56
@flbulgarelli flbulgarelli merged commit 0de365d into master May 17, 2020
@flbulgarelli flbulgarelli deleted the feature-high-level-operators branch May 17, 2020 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants