Intermediate Language Distributed Just-In-Time (ILDJIT) is a unified compilation framework for CIL bytecode. It is a parallel and easily extensible framework thanks to its internal structure composed by plugins.
High-level, meta-language, trans-compiler with virutal machine
XièXiè is a language with a trans-compiler (or rather source-to-source compiler) which compiles to mainly C++ (C++98 and C++11).
It also comes with an own assembler compiler for ARM, IA-32/ x86 and its own byte-code XBC (XièXiè-Byte-Code) including a virtual-machine.
XièXiè can be seen as a "Meta Language".
--- THIS PROJECT IS IN IT'S FIRST STEPS ---
A Java 2 (JDK 1.3/1.4) compatible virtualmachine. joeq is unique in that it is almost entirely implemented in Java, making it reliable and efficient. It is also language-independent, so code from any language can be seamlessly and dynamically compiled.
It is (no stack based!) VM in a form of a library. It supports different language paradigms without data type restrictions, allows both interpretation and JIT, produces a fast code. Our goal - to have a GENERIC and POWER tool for code migration.
fun4j brings functional programming to the JVM. It's a framework that integrates major concepts from functional programming into the Java Platform. It also provides seamless integration of Java with Lisp coding, by using a lisp-to-bytecode compiler.
Ela is a modern functional programming language that runs on CLR and Mono. It is implemented in 100% .NET and C#.
Main project hosting is CodePlex: https://ela.codeplex.com/
Open VM Language is an interpreted multiplatform language.
Open VirtualMachine is the interpreter for Open VirtualMachine Language, a 32 bit, multi-platform, interpreted high level and object oriented language.
Clipper/XBase compatible compiler with initial support other xBase dialects. Multitasking, OOP,SIX/Comix, SQL and ODBC drivers,a C-API for third-party developers, a few wrappers for popular libraries (such as BZIP, GZIP, GD, Crypto, and Fcgi), ....
Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.
Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
Port of the Pascal-P4 compiler to Free Pascal and Delphi. The source code of Pascal-P4 is commented in the book "Pascal Implementation" by Steven Pemberton and Martin Daniels. The book is readable online at http://homepages.cwi.nl/~steven/pascal/
LEM is the name of a new research program. The aim of the program is to find an answer the question: is it possible to define and implement a programming language of certain features (see specification LEM)
The language LEM is to apply the results of Loglan'82 project and to adapt the achievements of object programming languages of younger generations such as Java, C++, C#, Python, etc.
A virtualmachine for a purely functional array based language.
Currently supports closures, objects, and continuations. Uses in-place modification of singly referenced objects to support tuples, vectors, and hash maps. Eventually aims to include implicit parallelism.
Released under the MIT License.
bfrun is a Brainf*ck interpreter (Bf VM). bfrun written in pure Java and Platform - Independent. bfrun is high performance Bf VM with debugging support (works more fast than beef and gbf up to 20 times). Supported 8 ,16 and 32 bit memory.
Modern scripting language and the first one that presents the concept of programming with direct fiction description using a clear subset of pure human language.
Using Supernova you can write the source code using Arabic and/or English keywords and you can create GUI applications for Windows and Linux.
Embeddedable Forth compiler is a Forth system for 32 bit devices with no OS. I am currently using it with ADUC7026 board. Also tested on STM32. Win32 version is is used for testing.
Self-hosting environment for the (new) P1 Programming Language including a portable compiler, debugger, virtualmachine and an optimizing native compiler.
Multi-platform execution environment for applications (and libraries) based on bytecode (compile once, run anywhere). Support for multi-language and multi-paradigm. It intends to be an open alternative to the Java and MS.NET platforms.
The Ja.NET project provides open source Java development tools (e.g. Java 5 JDK ) and runtimes for .NET. With the help of Ja.NET's open source software, you can leverage your Java investments on .NET.
...It takes ASCII descriptions for Java classes, written in a simple assembler-like syntax. It converts them into binary Java .class class files suitable for loading into a Java VirtualMachine implementation.
The `Turing Machine Compiler Collection' (tmcc) contains a virtualmachine which emulates a Turing Machine such as an assembler and a C-like compiler which assemble/compile the written code into the delta-notation.