[分享] RubyInline

看板Ruby作者 (波卡)時間18年前 (2006/08/05 02:37), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/7 (看更多)
"How to create a Ruby extension in C in 43 seconds" 最近似乎是個相當紅的lib 可以直接在ruby程式碼裡面嵌入c code 就像這樣: require 'rubygems' require 'inline' class Example inline(:C) do |builder| builder.c "int test1() { int x = 10; return x; }" end end 可以直接利用c的速度! 我想這是大家都很喜歡的 全文:http://blog.zenspider.com/archives/2006/08/writing_c_exten.html 不過這個inline我還沒下載.. 來試試看 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.170.52.50
文章代碼(AID): #14qvFIM- (Ruby)
討論串 (同標題文章)
以下文章回應了本文
完整討論串 (本文為第 1 之 7 篇):
1
5
2
7
2
8
文章代碼(AID): #14qvFIM- (Ruby)