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):

Two or love
A rhyme
21. September 2009
#!/usr/bin/perl
if(2 == 2 || 'love' =~ /u/){
        $two = 1 unless $none;
        while($beef || $pork){
                sleep(11) && fork();
        }
}else{
        sleep(22) && print "fun";
}
Basit Amjad
#!/usr/bin/perl
if(2 == 2 || 'love' =~ /u/){
        $two = 1 unless $none;
        while($beef || $pork){
                sleep(11) && spork();
        }
}else{
        sleep(22) && print "fun";
}

back to Microcodes