Skip to content

Left Shoe Underbar

Monadic Left Shoe Underbar means

Nest

       'this'
┌────┐
this
└────┘
       'this' 'that'
┌────┬────┐
thisthat
└────┴────┘

Dyadic Left Shoe Underbar means

Partition

      1 0 0 1 1  1 2 3 4 5
┌─┬───┐
14 5
└─┴───┘
       1 1 2 2 2⊆⍳5
┌───┬─────┐
1 23 4 5
└───┴─────┘
    ' ' (≠⊆⊢) ' many a  time'
┌────┬─┬────┐
manyatime
└────┴─┴────┘

Language Elements