Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
2 answers
718 views

Is there a language agnostic interface for programming language interop?

There are many packages for creating bindings of a library that's written in one language to be called from another language. Some programming languages also include such interop in the standard ...
danijar's user avatar
  • 846
1 vote
3 answers
273 views

Programming Language Interoperation for Website

Say I have one website created with the LAMP stack and another with the MEAN stack. I want to create a program which estimates the entropy of a password so that I can add a password strength meter to ...
Sean Letendre's user avatar
5 votes
1 answer
1k views

Best way to handle language interoperability

Background In a language like F#, direct interoperability with most other .NET languages is possible. For example, it is possible to use classes written in C# directly in F#, and it is possible to ...
nilu's user avatar
  • 1,024
0 votes
3 answers
199 views

High-Level SQL Interoperability

In a server -> client scenario, wouldn't it be simpler and faster to grant a public user access to a Stored Procedure rather than using web services (XML, REST, SOAP, etc) and other interoperable ...
user avatar