-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add U+1F8B2 as an operator #525
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK)
Member
|
This seems fine to add, thanks. However, this patch doesn't work as-is, due to an unfortunate combination of circumstances. In particular, we still rely on It's easiest just to special-case this arrow for now so I'll do that (we should really do #381, though 😬 ) |
pthariensflame
added a commit
to pthariensflame/julia
that referenced
this pull request
Jan 23, 2025
pthariensflame
added a commit
to pthariensflame/julia
that referenced
this pull request
Jan 23, 2025
pthariensflame
added a commit
to pthariensflame/julia
that referenced
this pull request
Jan 24, 2025
pthariensflame
added a commit
to pthariensflame/julia
that referenced
this pull request
Jan 24, 2025
pthariensflame
added a commit
to pthariensflame/julia
that referenced
this pull request
Feb 1, 2025
oscardssmith
pushed a commit
to JuliaLang/julia
that referenced
this pull request
May 14, 2025
…57143) Now that JuliaLang/JuliaSyntax.jl#525 has been merged, also add it to the flisp parser and REPL, and document it!
c42f
added a commit
to JuliaLang/julia
that referenced
this pull request
Oct 17, 2025
The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK) is new is Unicode 16; it is of a kind (no pun intended) with the longstanding characters U+21A9 ↩ (LEFTWARDS ARROW WITH HOOK) and U+21AA ↪ (RIGHTWARDS ARROW WITH HOOK), both of which are already supported as operators in Julia. It was added to Unicode as part of the Symbols for Legacy Computing effort, wherein it was sourced from Smalltalk character sets in the 1970s—so it has a very long history of being used in programming languages. --------- Co-authored-by: Claire Foster <[email protected]>
topolarity
pushed a commit
to JuliaLang/julia
that referenced
this pull request
Nov 14, 2025
The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK) is new is Unicode 16; it is of a kind (no pun intended) with the longstanding characters U+21A9 ↩ (LEFTWARDS ARROW WITH HOOK) and U+21AA ↪ (RIGHTWARDS ARROW WITH HOOK), both of which are already supported as operators in Julia. It was added to Unicode as part of the Symbols for Legacy Computing effort, wherein it was sourced from Smalltalk character sets in the 1970s—so it has a very long history of being used in programming languages. --------- Co-authored-by: Claire Foster <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK) is new is Unicode 16; it is of a kind (no pun intended) with the longstanding characters U+21A9 ↩ (LEFTWARDS ARROW WITH HOOK) and U+21AA ↪ (RIGHTWARDS ARROW WITH HOOK), both of which are already supported as operators in Julia. If more evidence of its worth is needed, it was added to Unicode as part of the Symbols for Legacy Computing effort, wherein it was sourced from Smalltalk character sets in the 1970s—so it has a very long history of being used in programming languages!