minor corrections

This commit is contained in:
sejo 2021-09-08 18:38:15 -05:00
parent 97635202a0
commit f639c727a7
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ see also {danzasistemas-tag}.
* ROR: circular shift right: move tail to head
* ROL: circular shift left: move head to tail
these transformations should be enough to perform the tape of a turing machine ({máquinas de turing})
these transformations should be enough to perform (more easily) the tape of a turing machine. {máquinas de turing}
## mode 3
@ -80,12 +80,12 @@ the movements might be based on the work on {choreutics}.
* solo: perform a new movement sequence each time by applying a specific transformation to the previous one
* solo card: the same as before, but taking the transformation from a card or other randomizer
* conversation: one person performs a sequence, the other repeats it with an applied transformation, and this continues back and forth
* conversation: one person performs a sequence, the other repeats it with an applied transformation, and this continues back and forth. the receiver could perform the original sequence (optionally synchronized with the transmitter) before the transformed one.
* card conversation: the same as before, but taking the transformation from a card or other randomizer
* tape and guide: one person performs and transforms the movement sequence continuously, as indicated by the transformation(s) given by the guide in the form of movements.
* target: starting from a given movement sequence, apply succesive transformations to get to a target sequence. if playing in the tape and guide configuration, try to have the guide memorize the transformation sequence as its own movement sequence :)
a way of complexifying any of these would be to learn to apply more than one transformation before performing the new sequence.
a way of complexifying any of these would be to learn to apply more than one transformation when/before performing the new sequence.
another possibility would be to have beforehand a list of transformation to apply, with some or all of them being conditional on the movement currently in the head.