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

Back to the index