Top "Language-interoperability" questions

Language Interoperability is the ability of code to interact with code that is written using a different programming language.

How to show loading spinner in jQuery?

In Prototype I can show a "loading..." image with this code: var myAjax = new Ajax.Request( url, {method: 'get', parameters: …

jquery spinner prototypejs equivalence language-interoperability
Call Python function from MATLAB

I need to call a Python function from MATLAB. how can I do this?

python matlab language-interoperability
How do multiple languages interact in one project?

I heard some people program in multiple languages in one project. I can't imagine how the languages interact with each …

interop multiple-languages language-interoperability
Use C++ with Cocoa Instead of Objective-C?

I would like to write applications that use C++ and the Cocoa frameworks because Apple is not making Carbon 64-bit …

c++ objective-c cocoa language-interoperability
Embed bash in python

I am writting a Python script and I am running out of time. I need to do some things that …

python bash interop language-interoperability
What is marshalling? What is happening when something is "marshalled?"

I know this question has been asked, at least here. But there wasn't a satisfactory answer, at least not to …

.net multithreading marshalling definition language-interoperability
How to convert from from java.util.Map to a Scala Map

A Java API returns a java.util.Map<java.lang.String,java.lang.Boolean>;. I would like to …

scala map scala-collections language-interoperability
How to convert a Scala Array[Byte] to Java byte[]?

I have an Akka application with actors written in Scala and others in Java. In one case a Scala Actor …

java scala interop language-interoperability
"No known class method for selector" when using static Swift method on Objective-c

I have been given Objective C code and I need to add extra functionalities to it. I am very unfamiliar …

ios objective-c swift language-interoperability
How should I test Kotlin extension functions?

Can somebody tell me how should I unit-test extension functions in Kotlin? Since they are resolved statically should they be …

java unit-testing testing kotlin language-interoperability