|
|
|
|
|
by tomkwong
2210 days ago
|
|
Another way to express semantics is the use of Unicode in source code. For example, I have this Julia package that performs Box-Cox transformation, and I was able to use bold face for vector data and greek letters for the parameters as found in research paper and literatures. https://github.com/tk3369/BoxCoxTrans.jl/blob/master/src/Box... |
|
This certainly also depends on the language you are using and the ability to define arbitrary in/postfix operations.
It’s also rather annoying to type them, but that’s also probably because I just haven’t developed a workflow for it.