Earlier quoted context omitted.
Music notation is definitely not one-dimensional because it encodes simultaneous occurrence and simultaneous time-progression of independent pitches (e.g. a sequence of cords played legato).
Yet that maps to MIDI, which is a linear sequence of events
Recto – A Truly 2D Language
51–60 of 72 posts
Re: Recto – A Truly 2D Language
#52Earlier quoted context omitted.
Music notation is definitely not one-dimensional because it encodes simultaneous occurrence and simultaneous time-progression of independent pitches (e.g. a sequence of cords played legato).
And text encodes multiple bits per character. That's a meaningless distinction (or it means as much as you want it to mean in a subjective semantic debate)
Re: Recto – A Truly 2D Language
#53>Virtually all the languages we humans use—spoken, written, or artificial (such as programming languages)—are fundamentally one-dimensional. Anyone having a look at a musical score can conclude this is wrong. Even when it comes to spoken language, intonation is conveying a lot, even in languages which are not classified as tonal. All that said, that's nice to see an exploration of exotic expression form. It doesn't n…
Re: Recto – A Truly 2D Language
#54In the very early 2000s, a coworker of mine, who was frequently banned from the Something Awful forums, shared with me a language, which I think was called “Path”, that was 2D. IIRC, execution of code followed a textual path through the file. I seem to remember it being sort of like a 2D brainfuck. You essentially drew a map to compute. When I look at Orca ( https://100r.co/site/orca.html ) I’m reminded of it, but it…
> 2003
> PATH is a programming language that is similar to Brainfuck. This intuitive language requires a simple grasp of two dimensional space, one requirement that almost no other programming languages have.
Re: Recto – A Truly 2D Language
#55>Virtually all the languages we humans use—spoken, written, or artificial (such as programming languages)—are fundamentally one-dimensional. Anyone having a look at a musical score can conclude this is wrong. Even when it comes to spoken language, intonation is conveying a lot, even in languages which are not classified as tonal. All that said, that's nice to see an exploration of exotic expression form. It doesn't n…
Recto, by contrast, makes two dimensions part of the syntax itself: elements and rects can expand horizontally or vertically, and they can nest recursively. That's the difference I wanted to highlight.
Re: Recto – A Truly 2D Language
#56If there were any actual "in-game effect" of the rectangles — e.g. a "rotate rectangle" primitive that would change the order in which atoms were evaluated; or some meaning given to overlapping rectangles as in OgsyedIE's comment — then it would be much more interesting, because it would no longer be exactly isomorphic to Lisp/Scheme.
Re: Recto – A Truly 2D Language
#57Re: Recto – A Truly 2D Language
#58Earlier quoted context omitted.
>sheet music isn't a language of course not a language in the same way English or Spanish are languages, but certainly a language in the same way mathematical formula, Lisp, or Java are languages. >certainly one dimensional The X axis represent time and the Y axis represent pitch. Moreover, you can have multiple pitches at the same time. I'm not a musician nor a geometrician but it does seems 2D to me, in a way regul…
> of course not a language in the same way English or Spanish are languages, but certainly a language in the same way mathematical formula, Lisp, or Java are languages. It is mostly certainly not - the defining feature of all languages (human, formal, mathematical, programming) is that you can define new words/concepts/primitives. Sheet music is notation.
Yet they are languages according to formal language theory, a definition which I’d say is a bit more widespread than yours. Indeed what you propose roughly maps to (a subset of) context-sensitive languages in particular.
Defining new primitived isn’t really essential. What matters is what you can express with the existing primitives and grammar rules. And sheet music has been quite successful at expressing incredibly complex musical concepts just fine.
(Also there’s the fact that sheet music can contain arbitrarily complex instructions to the performer in natural language, and define new notations too. But composers usually refrain from doing that for the same reason that people don’t go around inventing new idiosynchratic words in English unless they’re SF authors.)