What instructions are needed for a language vm

This page summarizes the projects mentioned and recommended in the original post on /r/Compilers

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mir

    A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

  • Cwerg

    The best C-like language that can be implemented in 10kLOC.

  • CWERG: https://github.com/robertmuth/Cwerg/blob/master/Docs/opcodes.md

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Feral

    Feral programming language reference implementation

  • I have been working on my own VM (and language) as well and I decided to have only a small set of instructions that I wanted. I finalized on ~25 instructions. You can check them out here - https://github.com/Feral-Lang/Feral/blob/master/include/VM/OpCodes.hpp

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Release The first release of MIR project ยท vnmakarov/mir

    2 projects | /r/ProgrammingLanguages | 13 Aug 2021
  • VDrift: Cross-Platform Driving Simulation

    3 projects | news.ycombinator.com | 28 Dec 2023
  • Show HN: MicroTCP, a minimal TCP/IP stack

    3 projects | news.ycombinator.com | 31 Oct 2023
  • Lost my creative spark - looking for help

    1 project | /r/gamedev | 17 Oct 2023
  • The Umka scripting language released: Now with closures, type switch statements and faster strings

    1 project | /r/programming | 20 Sep 2023