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

Add "extremes" atoms (ÐṂ and ÐṀ) #21

Merged
merged 1 commit into from Sep 16, 2016

Conversation

lynn
Copy link
Contributor

@lynn lynn commented Sep 16, 2016

Description

ÇÐṀ is short for Ç€M$ị$. It returns all the elements that have maximal Ç values, i.e.

[x for x in z if Ç(x) == max(map(Ç, z))]

ÐṂ does the opposite, keeping all the elements that have minimal Ç values.

Examples

LÐṀ returns all strings in a list that have maximal length within that list.

The resulting link auto-range-ifies its input: 105DL$ÐṀ returns [100, 101, 102, 103, 104, 105].

For example, LÐṀ returns all strings in a list that have maximal length within that list.
@DennisMitchell DennisMitchell merged commit e928853 into DennisMitchell:master Sep 16, 2016
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.

None yet

2 participants