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

Half empty
25. August 2009
#!/usr/bin/perl
POTENTIAL:
unless(0.5){
	goto POTENTIAL;
}
Xlipuelp
na sdarowje
<iter [number of iterations]>
  <
POTENTIAL:
unless(0.5){
	goto POTENTIAL;
}>
</iter>
Lee Azzarello
May cause depression
#!/usr/bin/perl

my $years = rand 110;

foreach($years) {
  tell about.
  do potential($_);
}

sub potential {
  use strict;
  my $time = $_[0];
  if ( $time > 0 ) {
    sort $time * potential($time - 1);
  } else {
    die;
  }
}

back to Microcodes