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

Overloaded several atoms that error on string input #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dylannrees
Copy link
Contributor

A Upper case.
C Swap case .
N Lower case.
İ chr(ord(z) + 1).
chr(ord(z) - 1).
Index of z in Jelly's code page (unaliased ÆP). Still is a prime test for numerical argument.
Next character in Jelly's code page.
Previous character in Jelly's code page.
Ä Map list to result when z is a string. Before this change, “ab”Ä would result in ['a', 'ab'] but now results in [['a'], ['a', 'b']].

A, C and N vectorize at depth 0 unlike Œu, etc. The rest of the atoms above were overloaded with commands of atoms of the same depth.

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.

1 participant