Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Interpreters

    Avian 0.5

    Download button

    No screenshots available
    Downloads: 771  Tell us about an update
    User Rating:
    Rated by:
    Good (3.3/5)
    20 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Joel Dice | More programs
    GPL / FREE
    August 9th, 2011, 09:33 GMT [view history]
    ROOT / Programming / Interpreters

     Read user reviews (0)  Refer to a friend  Subscribe

    Avian description

    A lightweight alternative to Java programming language.

    Avian is a lightweight alternative to Java programming language.

    Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.

    Efficient

    The VM is implemented from scratch and designed to be both fast and small.

    · Just-In-Time (JIT) compilation for fast method execution
    · Generational, copying garbage collection ensures short pause times and good spatial locality
    · Thread-local heaps provide O(1) memory allocation with no synchronization overhead
    · Null pointer dereferences are handled via OS signals to avoid unecessary branches

    The class library is designed to be as loosely-coupled as possible, allowing tools like ProGuard to aggressively isolate the minimum code needed for an application. This translates to smaller downloads and faster startup.

    Portable

    Platform-specific code is hidden behind a generic interface, so adding support for new OSes is easy. Avian currently supports Linux (i386 and x86_64), Windows (i386), and OS X (i386), with more to come.

    The only third-party dependency beyond OS-provided libraries is zlib, which is itself very portable. Although the VM is written in C++, it does not depend on the C++ standard library, and is thus robust in the face of ABI changes.

    Embeddable

    Not only can applications embed the VM, but the VM itself supports class and resource loading from embedded jar files. This means you can produce a single executable containing your entire application, thus simplifying the installation process.

    Quick Start:

    $ export JAVA_HOME=/usr/local/java # or wherever you have Java installed
    $ make
    $ build/linux-i386-compile-fast/avian -cp build/test Hello

    Requirements:

    · GCC
    · Java 2 Standard Edition Runtime Environment
    · binutils
    · zlib
    · GNU make

    What's New in This Release: [ read full changelog ]

    · This version improves compatibility with the OpenJDK class library, adds support for Linux on PowerPC, and improves localization support.

      


    TAGS:

    programming language | virtual machine | class library | interpreter | programming | VM



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM