Problem: Fibonacci Numbers Censored

Code: Fibonacci+Numbers+Censored/darrenks_1640145358

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) 
    < (take) 
        46 (integer) 
        `. (iterate while uniq) 
            ~ (tuple) 
                1 (integer) 
                0 (integer) 
            (implicit tuple) <--arg( B A ) 
                + (add) 
                    @ (= A) 
                    $ (= B) 
                $ (= B) 
    ^ (replicate) <--arg( F E D C ) 
        , (length) 
            `p (int to str) 
                $ (= F) 
        "*" (string) 

Back to the index