For 2 months, as of writing, I’ve been working on Vern, an array language built around the idea of creating complexity from simplicity.
Arraylangs1 usually2 use Unicode glyphs to allow for concise code.
While this is very convenient for code size,
it’s not very convenient for actually writing it,
since you need to find a way to write those glyphs.
Every array language has a different way of solving this issue, and since I’ve been writing my own, I’ve been thinking about these systems quite a bit.