Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 376 Bytes

languages.rst

File metadata and controls

21 lines (13 loc) · 376 Bytes

Language Interfaces

TinyStan currently has clients in four languages, and a public C API which underlies all the clients.

All language interfaces expose the same core functionality from the :doc:`C API <./languages/c-api>`.

.. toctree::
    :maxdepth: 2

    languages/python
    languages/julia
    languages/r
    languages/js
    languages/c-api