Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions tutorials/bindings/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _language-bindings:

Language Bindings
=================

We provide this set of external tutorials as complete project setups that demonstrate
using Flux from a different language, or (TBA) natively with C. Each of these tutorial
repositories provides:

- A set of common use case examples or snippets 🗒️
- A build setup for compiling the snippets 🏗️
- A Developer environment (e.g., VSCode Devcontainers) for easy development 🐟️
- Continuous integration with an automated container build and testing ⚙️
- A web interface that renders the most up-to-date snippets 🖼️

Thus, it should be easy for you to fork or clone any repository, and get started with your
custom project that interacts with Flux.

- ``Go Bindings``: `flux-go <https://github.com/converged-computing/flux-go/>`_

These are a work in progress, and we ask you to `let us know <https://github.com/flux-framework/flux-docs/issues>`_
if you have requests for examples, and please comment on the respective respositories above with
questions about any specific lagnuage.
3 changes: 2 additions & 1 deletion tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ find a tutorial of interest.
commands/index
containers/index
lab/index
integrations/index
integrations/index
bindings/index