Ruby and NatLink

How complicated is NatLink? Would it take a long time to hook NatLink up to Ruby instead of Python?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I do not know Ruby. You

I do not know Ruby. You should first study the original pages of Joel Gould: http://www.synapseadaptive.com/joel/pythonamacroas...

Second you should investigate the possibilities of connecting to the natlink.dll file and the possibility to call back into Ruby functions from this dll.

When that is possible, you may be able to do so. But why would you not want to program in Python?

Quintijn

firegift wrote: How

firegift wrote:

How complicated is NatLink? Would it take a long time to hook NatLink up to Ruby instead of Python?

The short answer is that it is pretty complicated. There is a lot of c++ code in the natlink DLL that would have to be rewritten for ruby.

On the other hand, it's not a big jump from ruby to Python, so you may want to go that route instead.

It's not a big priority ,

It's not a big priority , I'm just curious.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.


Syndicate content