Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 759685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:37:35+00:00 2026-05-14T15:37:35+00:00

What application virtual machines are out there that are written in higher level languages?

  • 0

What application virtual machines are out there that are written in higher level languages? C/C++ looks like the languages of choice (for obvious reasons).

What I have found on google is at least two written in Java (both meta-circular) :
JikesRVM and Maxine.

Anything else that you have found?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T15:37:36+00:00Added an answer on May 14, 2026 at 3:37 pm
    • Many Scheme implementations are written in Scheme and although many of those are compilers or interpreters, some of those are VMs,
    • some CommonLisp implementations are written in CommonLisp and although many of those are compilers or interpreters, some of those are VMs,
    • the PyPy VM is written in RPython, which is a subset of Python with "syntax and semantics of Python, speed of C, restrictions of Java and compiler error messages as penetrable as MUMPS",
    • the Squeak Smalltalk VM is written in Slang (a subset of Squeak Smalltalk) and
    • the Klein Metacircular VM is written entirely in Self.

    Of those, the most interesting are Klein and Maxine (whose design is actually based on Klein). Metacircular Lisp and Scheme implementations usually assume the existence of some basic primitive special forms, which then have to be implemented in assembler, C or a limited subset of the language in a low-level style. Squeak and PyPy use a limited subset of the language. Jikes uses "magic" methods and low-level style.

    The idea of Klein and Maxine is that everything is written in high-level, object-oriented, expressive, idiomatic style. In the current version of Klein, there are only two tiny places where the style is hampered by some restriction: in the implementation of message sending, you cannot send any messages and in the implementation of object cloning you cannot clone any objects. However, the current compiler can actually inline or even completely optimize away object cloning and message sending, so those two places could be rewritten in normal OO Self style – it’s just that nobody has done it yet.

    All of that was just metacircular VMs. There’s also other VMs written in high-level languages:

    • HotRuby is a Ruby VM (actually, a YARV VM) written in JavaScript,
    • Red Sun is a Ruby VM (actually, a YARV VM) written in ActionScript,
    • Rava is a JVM-like VM written in Ruby by Koichi "ko1" Sasada, the author of YARV and
    • Ruva is a JVM-like VM written in Ruby
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Most of the literature on Virtual Memory point out that the as a Application
I am trying to debug a web application through IIS that has a virtual
The existing application is in C#. During startup the application calls a virtual method
I am using Windows 2003. I have mapped a web application into a virtual
We've got a VB6 application that reads a simple text file with a .LIC
I have written an application in C, which runs as a Windows service. Most
Are there any good ways to limit the number of times an application can
I'm looking for an open source virtual machine that's: fast and as lightweight as
I'm developing an in-house .NET application that will be run on a VM (with
I make a distributed embedded application that will make use of several micro-controllers. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.