We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are the major things missing from Jelly(fish):
⊜ (partition)
part
part_with
prior
⌾ (under)
▽ (keep)
/ (replicate)
⊒ (occurrence count)
≠ (unique mask)
maxs
differ
The text was updated successfully, but these errors were encountered:
✨ ṕ (prior); addresses part of #3
29929bf
✨ add ḳ (keep); addresses part of #3
9e1db7d
✨ add Ḿ (maxs); address part of #3
b0d74f1
✨ add ƥℙꝐ (part_by, part_with, part_len); address part of #3
8b96307
codereport
No branches or pull requests
These are the major things missing from Jelly(fish):
Major
⊜ (partition)
modifier ->part
&part_with
part
&part_with
are predicate cutsprior
(a 2-wise reduce)⌾ (under)
▽ (keep)
/ BQN's/ (replicate)
Minor
⊒ (occurrence count)
[ ] Dyalog APL's≠ (unique mask)
maxs
differ
#7The text was updated successfully, but these errors were encountered: