DESCR 340 B

12345678910
  1. The Arena language was designed with the following main features in
  2. mind, most of which were added on top of a very C-like core to support
  3. better ad-hoc scripting:
  4. * syntax similar to ANSI C
  5. * standard library similar to ANSI C
  6. * automatic memory management
  7. * runtime polymorphism
  8. * support for exceptions
  9. * support for anonymous functions