Y
Hacker News
new
|
ask
|
show
|
jobs
by
bsg75
3851 days ago
Doesn't this make the code more difficult to work with, sine these characters require uncommon sequences of keystrokes?
Single character Greek variables don't seem better than single character ASCII for readability.
1 comments
tavert
3851 days ago
Julia's REPL, and many editor plugins, supports tab-completion of unicode characters via their LaTeX code names, e.g. \alpha
link