saluber / xlang

Help developers create APIs that can run on multiple platforms and be used with a variety of languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xlang

Windows Build Windows Release Linux Build
Build Status Release Status Build Status

Overview

The xlang project enables developers to take existing shared libraries, implemented in one programming language and make that library's APIs available to client code using a different programming language. Thus the name "xlang", for cross-language.

Additionally, the xlang toolset will be available on multiple operating systems. This means that if your shared library is portable to various operating systems, then you can use the xlang tooling to make that shared library available to various client programming language on those various platforms.

More succinctly, you can take a library written in language A and make it available to language B applications running on platform C. The set of supported languages and platforms will expand as the project progresses.

The xlang project is in a very, very early stage of development. The project wants and encourages community feedback and contributions. As such, the xlang team is doing all xlang project development in the open on GitHub.

What xlang is NOT

  • The xlang project is not a port of the Windows Runtime, COM, DCOM or related technology.
  • The xlang project will not port the Windows Runtime APIs.

Project details

For details on project structure and build process, please see the Project Readme.

For technical design details, please see the Design Notes.

License

Code licensed under the MIT License.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Help developers create APIs that can run on multiple platforms and be used with a variety of languages

License:MIT License


Languages

Language:C++ 94.0%Language:JavaScript 2.9%Language:Python 1.4%Language:CMake 0.9%Language:C 0.4%Language:Assembly 0.1%Language:Batchfile 0.1%Language:PowerShell 0.1%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Objective-C 0.0%