Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Library Distribution #3

Open
13 tasks
nvzqz opened this issue Jan 12, 2020 · 0 comments
Open
13 tasks

📦 Library Distribution #3

nvzqz opened this issue Jan 12, 2020 · 0 comments
Assignees
Labels
help wanted Extra attention is needed kind/feature New feature or request tracking issue Specific to tracking a certain feature or bug

Comments

@nvzqz
Copy link
Member

nvzqz commented Jan 12, 2020

Ocean should be able to support installing libraries for various programming languages. To achieve this, it should piggyback off of existing build systems and maybe also other package managers.

Languages

  • C

    Kind: Compiled

    ABI: Platform-specified

  • C++

    Kind: Compiled

    ABI: Unstable

  • D

    Kind: Compiled

    ABI: Platform-specific (details)

  • Go

    Kind: Compiled

  • Haskell

    Kind: Compiled

  • Swift

    Kind: Compiled, Interpreted

    ABI: Stable (see ABIStabilityManifesto.md)

  • Java

    Kind: Bytecode (run by JVM)

  • WebAssembly

    Kind: Bytecode

  • C#

    Kind: Bytecode (run by .NET)

  • Python

    Kind: Interpreted

  • JavaScript

    Kind: Interpreted

  • Ruby

    Kind: Interpreted

  • Perl

    Kind: Interpreted

@nvzqz nvzqz added kind/feature New feature or request help wanted Extra attention is needed tracking issue Specific to tracking a certain feature or bug labels Jan 12, 2020
@nvzqz nvzqz self-assigned this Jan 12, 2020
@nvzqz nvzqz changed the title 📖 Language Library Support 📖 Library Distribution Jan 12, 2020
@nvzqz nvzqz changed the title 📖 Library Distribution 📦 Library Distribution Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/feature New feature or request tracking issue Specific to tracking a certain feature or bug
Projects
None yet
Development

No branches or pull requests

1 participant