From: "jwmerrill@..." Date: 2007-12-19T00:19:59+09:00 Subject: Re: Best compiled language for extending Ruby On Dec 17, 11:32 pm, Sharkie Landshark wrote: > I want to write my core logics in a compiled language for 1) performance > and 2) protecting my source code -- in case I will be selling my product > to a customer. > > What would be the most natural-supported-easy-fast language to do this > in, given the many choices of language bridges? > > I am particularly interested in, > > 1) C > 2) Objective C > 3) Ocaml > 4) Lisp (SBCL) > 5) Scheme > > Does anyone have experience and would like to share? > > I will be coding in OS X and deploying in FreeBSD mostly. > > Thanks > > Shark > -- > Posted viahttp://www.ruby-forum.com/. There's rocaml: http://eigenclass.org/hiki/rocaml . Never used it, but thought I'd mention it. JM