Problem: Base 37

Code: Base+37/tails_1644906898

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) 
    `@ (to base) 
        37 (integer) 
        $ (= fstInt) 
    = (subscript (wrapped)) <--arg( B A ) 
        + (add) 
            $ (= B) 
            ~ (auto = 1) 
        . (map) 
            | (filter) 
                . (map) 
                    , (range from 1) 
                        ~ (auto = infinity) 
                    ch (chr) <--arg( C ) 
                        $ (= C) 
                \ (char class) <--arg( D ) 
                    $ (= D) 
                    n (isAlphaNum) 
            - (subtract) <--arg( E ) 
                + (add) 
                    `( (to lowercase) 
                        $ (= E) 
                    `) (to uppercase) 
                        $ (= E) 
                (implicit arg = E) 

Back to the index