vm-implementation
Is there Dart VM available?
Just read news that Google had announced an early preview of the new web programming language Dart. The docu开发者_高级运维mentation on the dartlang.org states:[详细]
2023-04-11 19:29 分类:问答How can I expose C functions to a custom virtual machine?
I\'m working on a virtual machine which I would like to be able to interface with C. Going the other way and exposing virtual machine functions to C code is fairly easy, what I can\'t wrap my head aro[详细]
2023-04-07 12:29 分类:问答Is there a JavaScript (ECMAScript) implementation written in Python?
Are there any JavaScript (ECMAScript) implementations wr开发者_如何学JAVAitten in pure Python? It is okay even if its implementation is very slow.Doesn\'t seem to be under active development anymore b[详细]
2023-04-06 00:19 分类:问答Can value types be implemented by inlining?
When I first saw the value types in C#, the first thing I thought was \"wow, what a great optimization\", the second thing is, \"do we really need a new language construct? can\'t we do that with anno[详细]
2023-04-04 14:24 分类:问答Overwriting vs. Lookup
I was reading through the SparseArray class in android, and came across the following method: public void removeAt(int index) {[详细]
2023-04-01 17:37 分类:问答Allocate stack size in C#?
I am developing a virtual machine for a byte code language I have been working on. I am using the System.Collections.Generic.Stack class for the stack but is there any way to allocate the stack size?[详细]
2023-03-22 02:43 分类:问答Using a virtual machine inside of a game?
I am in the design stage of making a 3d \"robot programming\" game.Inspired by games such as Colobot, Robot Odyssey, Cholo, etc.[详细]
2023-03-19 22:12 分类:问答possibilities for fast dynamic code execution in Python
I have some code available in some form of AST and I would like to execute it. I can think of sever开发者_StackOverflowal ways to do this, e.g.:[详细]
2023-03-19 09:06 分类:问答What's the difference of Squeak/Pharo/Newspeak Smalltalk VMs?
I saw 3 different VMs while learning abou开发者_如何学编程t Smalltalk. They are Squeak/Pharo/Newspeak. What\'s the difference between them?Squeak and Pharo are different dialects of Smalltalk, while N[详细]
2023-03-12 08:35 分类:问答C++ - how eliminate macros? (to port app into i.e. c#)
I\'ve created simple virtual machine, and for creating instructions bytes and switch I use c++ macros, it looks like this (thats simplified example):[详细]
2023-02-28 04:23 分类:问答