1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00
codon/docs/SUMMARY.md
A. R. Shajii 38e08b409a
Doc updates (#385)
* Documentation updates

* Documentation updates

* Update README.md

* Fix tuple indexing error messages

* Update roadmap, differences

* Update README, FAQ

* Trim newline

* Update README.md

* Update README.md

* Update README.md

* Update roadmap.md

* Update cpp.md

* Update README.md

* Update roadmap.md

* Update README.md

* Fix test

* clang-format

* Fix exporting function named "main"

* Update export test

* Fix paths

* Rename extra/python -> jit

* Update license change date

* Minor docs updates

* Re-add __init__.py

* Update header

* Update gitignore

* Update README.md

---------

Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
Co-authored-by: Ibrahim Numanagić <inumanag@users.noreply.github.com>
2023-05-23 17:59:26 -04:00

40 lines
1.1 KiB
Markdown

# Table of contents
* [Welcome to Codon](README.md)
## General
* [Getting started](intro/intro.md)
* [Frequently asked questions](intro/faq.md)
* [Differences with Python](intro/differences.md)
* [Release notes](intro/releases.md)
* [Roadmap](intro/roadmap.md)
## Language
* [Basics](language/basics.md)
* [Collections](language/collections.md)
* [Functions](language/functions.md)
* [Classes](language/classes.md)
* [Generators](language/generators.md)
* [Statics](language/statics.md)
* [Other types and features](language/extra.md)
* [Foreign function interface](language/ffi.md)
* [Inline LLVM IR](language/llvm.md)
## Interoperability
* [Python integration](interop/python.md)
* [Python decorator](interop/decorator.md)
* [Python extensions](interop/pyext.md)
* [C/C++ integration](interop/cpp.md)
* [Jupyter integration](interop/jupyter.md)
## Advanced
* [Parallelism and multithreading](advanced/parallel.md)
* [GPU programming](advanced/gpu.md)
* [Pipelines](advanced/pipelines.md)
* [Intermediate representation](advanced/ir.md)
* [Building from source](advanced/build.md)