Language Interfaces =================== TinyStan currently has clients in four languages, a public C API which underlies all the clients, and an example of a standalone program written in C. 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/c-api