virtual-machine.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [virtual-machine]

www.codever.land/bookmarks/t/virtual-machine

Byte Buddy - runtime code generation for the Java 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...


CarpVM

https://github.com/tekknolagi/carp

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


TinyVM

https://github.com/jakogut/tinyvm

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


Hack

https://hacklang.org/

A programming language for HHVM that interoperates seamlessly with PHP.


HHVM

https://github.com/facebook/hhvm

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


GraalVM

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++.


Announcing GraalVM: Run Programs Faster Anywhere

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.