Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 14:54:57 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/arena Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200606151454.k5FEsvgE053908@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
novel       2006-06-15 14:54:57 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/arena           Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Arena language was designed with the following main features in mind,
  most of which were added on top of a very C-like core to support better
  ad-hoc scripting:
  
      * syntax similar to ANSI C
      * standard library similar to ANSI C
      * automatic memory management
      * runtime polymorphism
      * support for exceptions
      * support for anonymous functions
  
  Additionally, an interpreter for the Arena language can be implemented
  to be very compact in terms of both source code size and memory consumption.
  
  WWW:    http://www.minimalinux.org/arena/
  
  Revision  Changes    Path
  1.489     +1 -0      ports/lang/Makefile
  1.1       +19 -0     ports/lang/arena/Makefile (new)
  1.1       +3 -0      ports/lang/arena/distinfo (new)
  1.1       +15 -0     ports/lang/arena/pkg-descr (new)
  1.1       +5 -0      ports/lang/arena/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606151454.k5FEsvgE053908>