Problem: Half Sierpinski

Code: Half+Sierpinski/darrenks_1640145831

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) 
        , (range from 1) 
            32 (integer) 
    + (concat) <--arg( B A ) 
        . (map) 
            `, (range from 0) 
                $ (= B) 
            ? (if/else) <--arg( C ) 
                `& (bit intersection) 
                    * (multiply) 
                        ~ (auto = -1) 
                        @ (= B) 
                    $ (= C) 
                " " (string) <--arg( D ) 
                "#" (string) 

Back to the index