186 skills found · Page 1 of 7
janet-lang / JanetA dynamic language and bytecode vm
tj / Lunaluna programming language - a small, elegant VM implemented in C
hamler-lang / HamlerHaskell-style functional programming language running on Erlang VM.
jnz / Q3vmQ3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input
deepnoodle-ai / RisorRisor is a fast, embeddable scripting language for Go applications. Add dynamic expressions, filters, and user-defined logic to your Go programs without embedding a heavy runtime like V8 or Python. Expressions compile to bytecode and run on a lightweight VM. Pure Go, minimal dependencies.
tarcieri / ReiaRuby-like hybrid OOP/functional programming language for BEAM, the Erlang VM
zakirullin / Tiny CompilerA tiny compiler for a language featuring LL(2) grammar. With Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
pyos / DgA programming language for the CPython VM.
starkware-libs / Cairo Vmcairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
tagua-vm / Tagua VmTagua VM is an experimental PHP Virtual Machine that guarantees safety and quality by removing large classes of vulnerabilities thanks to the Rust language and the LLVM Compiler Infrastructure.
chameco / SolidA minimalist interpreted language, with a clean object model and a tiny VM.
bakkdoor / FancyFancy is a dynamic, object-oriented programming language inspired by Smalltalk, Ruby, Io and Erlang that runs on the Rubinius VM.
dyne / ZenroomSecure execution VM executing human-like language (no-code) to operate on data and advanced cryptographic operations.
priestjim / Gen RpcA scalable RPC library for Erlang-VM based languages
indutny / CandorExperimental VM for a `Candor` language
gentee / GenteeGentee - script programming language for automation. It uses VM and compiler written in Go (Golang).
yona-lang / YonaYona is a modern take on a dynamic general-purpose programming language with advanced functional programming, minimalistic ML-like syntax, strict evaluation, for GraalVM polyglot virtual machine (VM).
beamcommunity / Beamcommunity.github.comFrom distributed systems, to robust servers and language design on the Erlang VM
szktty / BranA strongly-typed language with type inference running on Erlang VM, influenced by OCaml.
whispem / Whispem LangWhispem is a small, self-hosted programming language. The compiler is written in Whispem, compiles itself, and runs on a standalone C VM — no external dependencies beyond a C compiler. Rust serves as the reference implementation.