Interoperability in Julia

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • PyCall.jl

    Package to call Python functions from the Julia language

    It is possible to call Python from Julia using PyCall. Then to install PyCall, run the command in the Julia REPL.

  • RCall.jl

    Call R from Julia

    To inter-operate Julia with the R language, the RCall package is used. Run the following commands on the Julia REPL

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • Cxx.jl

    The Julia C++ Interface

    It is possible to call C++ into Julia with the package Cxx. To install the Cxx package, run the following command on the Julia REPL.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts