[Cuis-dev] Diacritical marks in Smalltalk code
Juan Vuletich
juan at cuis.st
Wed Nov 30 05:23:04 PST 2022
Hi Folks,
Hi Folks. I've just added support for diacritical marks in names and
selectors in Cuis. There are dozens of diacriticals that can be applied
to any character. Now you can write methods like this:
̂z: x̂
| ĝ |
ĝ := 71 * x̂.
^71 * x̂ + ĝ
or
*͡+ x̂
| ĝ |
ĝ := 71 * x̂.
^ 71 * x̂ + ĝ
diacritical marks work also on binary selectors!
Also class names, like Nx̅C.
Play with this, and please report any issues.
Cheers,
--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich
More information about the Cuis-dev
mailing list