Has anybody looked into information dense representations of code like that? I’m thinking it might be useful for getting an oversight of a code base or something. Honestly I don’t even know the proper terminology to describe the effect, so if anyone can point me towards relevant literature I’d be grateful.
So writing top-to-bottom Japanease might add more information density. And using a programming language that doesn't require brackets or spaces.
https://en.wikipedia.org/wiki/APL_(programming_language)
It is very terse and uses symbols to compose operations depending on the context:
The following APL expression finds all prime numbers from 1 to R.
(~R∊R∘.×R)/R←1↓ιR