Possibility of porting ruby vm to dart-vm?

- Semantically, dart is very similar to ruby (to some extent):
  1. everything is object
  2. single inheritance
  3. mixed in

With dart has first-class function, it wouldn't be too difficult to
implement proc etc in ruby as well.

I am just curious, if ruby can bring dart-vm under its belt?
   - Of course, the motivation is speed

···

=====================================
# sorry for repeated posting hear, would like to see if anyone has some
insights on this topic

thanks

--
Posted via http://www.ruby-forum.com/.