Problem: integer concatenation

Code: integer+concatenation/tails_1645410035

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):[int] 
    >> (tail):[[chr]] 
        ;;@ (= allLines):[[chr]] 
    `/ (special folds):int <--arg( B:[chr] A:[chr] ) 
        . (map):[int] 
            ``p (permutations):[[[chr]]] 
                % (split (remove empties)):[[chr]] 
                    $ (= B):[chr] 
                    ~ (auto = words):auto 
            - (subtract):int <--arg( C:[[chr]] ) 
                `r (read int):int 
                    + (concat):[chr] 
                        $ (= C):[[chr]] 
                `r (read int):int 
                    \ (reverse):[chr] 
                        + (concat):[chr] 
                            $ (= C):[[chr]] 
        ] (foldop: max):null 

Back to the index