F# identifiers alphabet #12482
Unanswered
The-Futurist
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This should go to https://github.com/fsharp/fslang-suggestions/
I'd imagine you can use I'm actually open to changing the F# spec to allow APL symbols in identifiers if there's a good clean spec of what's allowed. There's a reasonable practical use-case for this after all (porting APL code to F#) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that we can use greek unicode symbols in F# but not (say) APL symbols. I can write a function named ρ but cannot write a function named ⍋.
Is there a reason for this restriction on the alphabet? is it constrained by .Net and the CLR?
Beta Was this translation helpful? Give feedback.
All reactions