From: tiggr at gerbil.org (Pieter Schoenmakers)
To: tom at gerbil.org
Subject: TESLA update
Date: Thu, 16 Jul 1998 14:35:38 +0200 (MEST)

Woppa!  We have lift off!  The program shown below has just been compiled
by both tesla-built-by-tomc and tesla-built-by-tesla.  This is not enough
to go to the moon yet, but it is a start :)

implementation class
icvar4
{
  mutable icvar4 foo;
}

int
  main Any arguments
{
  [self set_foo nil];
}

end;

implementation instance
icvar4

end;

Note that the tesla used to build the tesla-built-by-tesla was itself
built by tomc.  The tesla-built-by-tesla can't build itself yet.  --Tiggr