Convert Ruby to low level languages?

后端 未结 6 748
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:46

    There is https://github.com/seattlerb/ruby_to_c Ruby To C compiler. It actually only takes in a subset of Ruby though. I believe the main missing part is the Meta Programming features

提交回复
热议问题