Go语言开发的Ruby VM - GobiesVM

jopen 10年前

一个采用Go开发的 Ruby VM 。旨在通过软件事务内存利用并行性。

支持

  • Object manipulations (creation, method calling)
  • Variable assignment
  • Integer
  • Float
  • String (single-quoted)
  • Basic string operations
  • Blocks
  • Iterators
  • Arrays
  • Hashes
  • Threads
  • Basic IO

不支持

  • Conditional statements
  • Class/method definition
  • Native extension interface
  • Rubygems

项目主页:http://www.open-open.com/lib/view/home/1410855291742