mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 14:14:12 +03:00
1d109ec3ae
Tutorial describing how to get a Java library from Maven central including all its **transitive dependencies**. |
||
---|---|---|
.. | ||
java.md | ||
polyglot-bindings.md | ||
python.md | ||
README.md | ||
typing-polyglot-bindings.md |
layout | title | category | tags | order | ||
---|---|---|---|---|---|---|
section-summary | Enso Polyglot Support | polyglot |
|
0 |
Enso Polyglot Support
Enso supports robust polyglot interoperation with other programming languages that are supported on its platform. This section of the design documentation deals with
It is broken down into the following sections:
- Polyglot Bindings: A document providing an overview of the mechanisms provided to work with polyglot bindings in Enso.
- Typing Polyglot Bindings: An exploration of how we can provide a modicum of type safety for the polyglot bindings in Enso.
It also provides language-specific documentation for the various supported polyglot languages. These are as follows: