C/C++ within Ruby code?

后端 未结 6 2288
暗喜
暗喜 2021-02-10 09:39

C/C++ would be good option to write some of the performance critical aspects of a Ruby Application. I know this is possible.

I would like to know how to add C/C++ code i

6条回答
  •  悲哀的现实
    2021-02-10 10:24

    Look in the "Extending Ruby" section of the Pickaxe book:

    http://www.ruby-doc.org/docs/ProgrammingRuby/html/ext_ruby.html

提交回复
热议问题