Unicode Identifers
Unicode Identifers is an actively used design pattern. Many languages only allow a limited character set to be used for identifier names. But some languages allow much of unicode.
?Years Old |
- Have a question about Unicode Identifers not answered here? Email me and let me know how I can help.
Languages with Unicode Identifers include julia
Example from julia:
δ = 0.00001
Last updated August 9th, 2020