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
-
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