You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use the Unicode λ (lambda) and ∀ (For all) symbol in the project to represent lambda expressions in our code. While this is the traditional notation, it can sometimes be inconvenient for those who don't have easy access to Unicode characters on their keyboard.
Request:
I would like to propose allowing the @ symbol to be used as an alternative to λ and ∀ in the source code, as @ is more accessible on standard keyboards and still widely recognizable as a placeholder for functions or expressions.
The text was updated successfully, but these errors were encountered:
dellamora
changed the title
Allow @ symbol as an alternative to the Unicode lambda (λ)
Allow @ Instead of Unicode Lambda (λ) and ∀ Instead of Unicode For All (∀)
Oct 24, 2024
dellamora
changed the title
Allow @ Instead of Unicode Lambda (λ) and ∀ Instead of Unicode For All (∀)
Allow @ Instead of Unicodes Lambda (λ) and For All (∀)
Oct 24, 2024
Descriptiopn
Currently, we use the Unicode λ (lambda) and ∀ (For all) symbol in the project to represent lambda expressions in our code. While this is the traditional notation, it can sometimes be inconvenient for those who don't have easy access to Unicode characters on their keyboard.
Request:
I would like to propose allowing the @ symbol to be used as an alternative to λ and ∀ in the source code, as @ is more accessible on standard keyboards and still widely recognizable as a placeholder for functions or expressions.
The text was updated successfully, but these errors were encountered: