Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Jato VM

Compare

  Analyzed 41 minutes ago

Jato is an implementation of the Java virtual machine. It includes a VM and a JIT compiler for the x86 machine architecture and supports the JNI API. Jato uses Boehm GC as its garbage collector and relies on GNU Classpath to provide essential Java APIs.

339K lines of code

0 current contributors

about 10 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: gpl, gpl_class...

The Slate Programming Language

Compare

  No analysis available

OverviewThis is the source management site for the Slate programming language. Getting StartedTo get started with Slate, you need: A VM: Some pre-built VMs are available in the Downloads section. Or, get the sources via one of our repositories (cloning an hg or git repository or extracting a ... [More] tarball), and build using 'make'. A pre-made Slate image. Download the appropriate Slate image from our Downloads section. Currently we support all little-endian systems with a GCC toolchain or Visual Studio out of the box, with either a 32-bit or 64-bit build of VM and image equally supported. Build instructions are contained within the README in the source tree. If tweaks are required for your platform, please let us know so we can improve our support. Finally, run "./slate -i imagefile.image" Release PracticesWe are not currently making versioned releases, but image snapshots with the latest core library updates are uploaded mid-month or at the end of the month after confirming basic stability. If the images are not dated recently, that should be because they're still compatible with source trees from that date onward. IssuesStability should be steadily improving, and any major crashes are worth reporting. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: mit

Boot2Docker

Compare

  Analyzed about 9 hours ago

22MB micro-Linux to run Docker, plus a management tool for use with Visualization on OSX, Windows and Linux

3.65K lines of code

6 current contributors

almost 4 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

winxed

Compare

  Analyzed 1 day ago

In short.Winxed is a language targeting parrot with a javascript-alike syntax and easy access to most parrot features: native types, modules, compilers, native call interface... The intention is to be useful for low-level parrot development and for more mundane tasks, and to make an easy path to ... [More] parrot programming by using a syntax familiar for most people. Winxed web site is http://winxed.org/ Implementation.Winxed is self-hosted. There is a stage 0 compiler written in C++ with limited features and stage 1 compiler written in Winxed. Both compilers generate PIR code, so a C++ compiler is not required to install Winxed or even modify it. Compiling to PIR the stage 1 compiler provides a compiler usable in any installed Parrot and able to compile itself. Winxed has no runtime library [Less]

8.53K lines of code

0 current contributors

about 10 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

Retro Forth

Compare

  No analysis available

Retro is an implementation of the Forth language. It is designed to be small and easy to work with, but not totally minimal. In Retro you'll find influences from many sources. It runs on a portable virtual machine emulating a MISC-based computer.

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: isc

virt-viewer

Compare

  Analyzed 1 day ago

The “Virtual Machine Viewer” application (virt-viewer for short package name) is a lightweight interface for interacting with the graphical display of virtualized guest OS. It uses GTK-VNC as its display capability, and libvirt to lookup the VNC server details associated with the guest. It is ... [More] intended as a replacement for the traditional vncviewer client, since the latter does not support SSL/TLS encryption of x509 certificate authentication. [Less]

36K lines of code

0 current contributors

6 months since last commit

2 users on Open Hub

Low Activity
0.0
 
I Use This

ELENA Programming Language

Compare

  Analyzed about 9 hours ago

ELENA is a general-purpose, object-oriented, polymorphic language with late binding. It features message dispatching / manipulation, dynamic object mutation, a script engine / interpreter and group object / mix-in support.

127K lines of code

4 current contributors

14 days since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

pinocchiovm

Compare

  Analyzed about 11 hours ago

Pinocchio, the VM that wants to become a real language.

7.11K lines of code

0 current contributors

about 13 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Tags smalltalk vm

ReBench

Compare

  Analyzed about 24 hours ago

ReBench is a tool to run and document benchmarks. It is focused on benchmarking virtual machines, but can be used to benchmark all kind of other applications/programs, too. Benchmarks are either executed by giving a number of command line parameters to ReBench, or by writing a benchmark ... [More] specification, which can be used later to reproduce the benchmarks. Furthermore, ReBench allows you to specify an exactable confidence interval for the benchmarks results and will repeat execution until the interval has been reached. CreditsEven though, we do not share code with JavaStats, it was a strong inspiration for the creation of ReBench. [Less]

6.88K lines of code

2 current contributors

18 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

TinyRb

Compare

  Analyzed 1 day ago

A tiny subset of Ruby with a Lua'esc VM. Everything in TinyRb should run in the big Ruby. (except bugs and things that don't comply to the principle of leas surprise.) But not everything in the big Ruby should run in TinyRb.

168K lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses