Microcodes
by Pall Thayer
Microcodes are very small code-based artworks. Each one is a fully contained work of art. On this page you can see contributed modifications of the original Microcodes that can be seen here.

Original code:

Enter your name (will be displayed):

Here you can enter extra info, such as warnings if the code can cause damage:

Enter code (must be complete and runnable):

No modified codes have been submitted for this Microcode.

If times ten
17. November 2009
#!/usr/bin/perl
$one = 1;
if($one){
    $two = 1;
    if($two){
        $three = 1;
        if($three){
            $four = 1;
            if($four){
                $five = 1;
                if($five){
                    $six = 1;
                    if($six){
                        $seven = 1;
                        if($seven){
                            $eight = 1;
                            if($eight){
                                $nine = 1;
                                if($nine){
                                    $ten = 1;
                                    if($ten){
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

back to Microcodes