Hacker News new | ask | show | jobs
by momzer 3733 days ago
Julia has a few Unicode operators and will allow you to tabcomplete the LaTeX symbol in the REPL [1]. For example, \div followed by TAB becomes รท. This can be implemented in popular editors [2].

[1] Not all are the common LaTeX macros. See http://docs.julialang.org/en/latest/manual/unicode-input/

[2] https://github.com/JuliaLang/julia-vim