Problem: Art Class

Code: Art+Class/tails_1651333154

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


(implicit map) 
    \ (reverse) 
        `@ (to base) 
            ^ (pow) 
                ~ (auto = 10) 
                $ (= fstInt) 
            + (sum) 
                . (map) 
                    `/ (chunks of) 
                        2 (integer) 
                        . (map) 
                            @ (= fstLine) 
                            - (subtract) <--arg( A ) 
                                $ (= A) 
                                'a' (char) 
                    ^ (pow) <--arg( B ) 
                        ~ (auto = 10) 
                        `@ (from base) 
                            @ (= fstInt) 
                            \ (reverse) 
                                $ (= B) 
    ! (zip with) <--arg( D C ) 
        "# " (string) 
        \ (reverse) <--arg( E ) 
            `@ (to base) 
                ~ (auto = 10) 
                @ (= D) 
        = (zipop: subscript) 

Back to the index