Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.95 KB

virtual-machine.md

File metadata and controls

52 lines (44 loc) · 2.95 KB

Bookmarks tagged [virtual-machine]

https://bytebuddy.net/#/

Byte Buddy is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application and without the help of a compiler. Other than the code genera...


https://github.com/tekknolagi/carp

"interesting" VM in C. Let's see how this goes. [GPLv3]


https://github.com/jakogut/tinyvm

A small, fast, lightweight virtual machine written in pure ANSI C. [MIT]


https://hacklang.org/

A programming language for HHVM that interoperates seamlessly with PHP.


https://github.com/facebook/hhvm

A Virtual Machine, Runtime and JIT for PHP by Facebook.


http://www.graalvm.org/

GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++.


https://blogs.oracle.com/developers/announcing-graalvm

Today, we are pleased to announce the 1.0 release of GraalVM, a universal virtual machine designed for a polyglot world.