Convert Ruby to low level languages?

后端 未结 6 749
Happy的楠姐
Happy的楠姐 2020-12-31 05:09

I have all kind of scripting with Ruby:

rails (symfony)
ruby (php, bash)
rb-appscript (applescript)

Is it possible to replace low level lan

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 05:59

    There is also JRuby, if you still consider Java a low level language. Actually, the language itself has little to do here: it is possible to compile to JVM bytecode, which is independent of the language.

提交回复
热议问题