Tags : Browse Projects

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

Racket

Compare

  Analyzed about 4 hours ago

Programming language suitable for implementation tasks ranging from scripting to application development, and supporting the creation of new programming languages. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, and various other tools.

3.22M lines of code

115 current contributors

4 days since last commit

40 users on Open Hub

High Activity
4.21429
   
I Use This

Ruby Enterprise Edition

Compare

  Analyzed about 6 hours ago

Ruby Enterprise Edition is a branch of Ruby, which includes an enhanced garbage collector and developer tools. This allows one to reduce memory usage of Ruby on Rails applications by 33% on average.

380K lines of code

0 current contributors

almost 15 years since last commit

10 users on Open Hub

Inactive
5.0
 
I Use This

JikesRVM

Compare

  Analyzed about 15 hours ago

Jikes RVM (Research Virtual Machine) provides a flexible open testbed to prototype virtual machine technologies and experiment with a large variety of design alternatives. The system is licensed under an OSI approved license. Jikes RVM runs on many platforms and advances the state-of-the-art of ... [More] virtual machine technologies for dynamic compilation, adaptive optimization, garbage collection, thread scheduling, and synchronization. A distinguishing characteristic of Jikes RVM is that it is implemented in the Java programming language and is self-hosted i.e., its Java code runs on itself without requiring a second virtual machine. This provides ease of portability, and a seamless integration of virtual machine and application resources such as objects, threads, and operating-system interfaces. [Less]

575K lines of code

3 current contributors

about 2 years since last commit

6 users on Open Hub

Inactive
5.0
 
I Use This

Nim-lang

Compare

  Analyzed 4 months ago

Nim (formerly known as "Nimrod") is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms. Beneath a nice infix/indentation based ... [More] syntax with a powerful (AST based, hygienic) macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads, so no "stop the world" mechanism is necessary. An unsafe shared memory heap is also provided for the increased efficiency that results from that model. [Less]

77.8K lines of code

182 current contributors

4 months since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This

icarus-lang

Compare

  Analyzed about 23 hours ago

Programming language designed as an experiment to explore static verification of mutation contracts. A hybrid imperative/functional language designed to explore the boundary between these 2 paradigms - trying to port some of the lessons and advantages from functional programming back to a more ... [More] traditional imperative style. Allows controlled mutation and aliasing, but only when both caller and callee agree to it. No global mutable state. [Less]

35.9K lines of code

1 current contributors

about 5 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Primordial Machine

Compare

  No analysis available

An exercise in Programming Language Design, Interpreter and Compiler Construction

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

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

GNU Jitter

Compare

Claimed by GNU Analyzed about 15 hours ago

GNU Jitter is a software automatically building a portable, very efficient language virtual machine with performance close to native code, starting from a relatively high-level specification provided by the user. The VM state may include registers, stacks or a combination of both along with ... [More] any runtime structure defined by user code; whenever possible the generator attempts to map such state data structures into hardware machine registers. GNU poke relies on a Jittery VM. [Less]

49.7K lines of code

0 current contributors

about 1 month since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This

Managed Compiler Infrastructure

Compare

  Analyzed about 22 hours ago

The Managed Compiler Infrastructure is a modern and intuitive compiler back end for managed languages.

24.2K lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This