+ 4
PYTHON and RUBY can work together?
thanks for your awnser
2 ответов
+ 7
There some other options:
Use Thrift (thrift.apache.org) or protobuf (Google), MUCH better performance than web-service
If you are able to use JRuby/Jython they can work on the Java level
IronRuby/IronPython can work together on the .NET level
Probably you could also use C for Ruby/Python integration, but platform independence is more difficult
( by Rene Nejsum, Ubergeek ; in Quora )
+ 2
yeah they do