2022-07-27 04:08:42 +08:00
|
|
|
# Table of contents
|
|
|
|
|
|
|
|
* [Welcome to Codon](README.md)
|
|
|
|
|
2022-08-03 02:53:17 +08:00
|
|
|
## General
|
2022-07-27 04:08:42 +08:00
|
|
|
|
|
|
|
* [Getting started](intro/intro.md)
|
|
|
|
* [Frequently asked questions](intro/faq.md)
|
|
|
|
* [Differences with Python](intro/differences.md)
|
2022-08-03 02:53:17 +08:00
|
|
|
* [Release notes](intro/releases.md)
|
2023-05-24 05:59:26 +08:00
|
|
|
* [Roadmap](intro/roadmap.md)
|
2022-07-27 04:08:42 +08:00
|
|
|
|
2025-01-30 04:41:43 +08:00
|
|
|
## Language Features
|
2022-07-27 04:08:42 +08:00
|
|
|
|
|
|
|
* [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
|
|
|
|
|
2025-01-30 04:41:43 +08:00
|
|
|
* [NumPy support](interop/numpy.md)
|
2022-07-27 04:08:42 +08:00
|
|
|
* [Python integration](interop/python.md)
|
2022-08-03 02:53:17 +08:00
|
|
|
* [Python decorator](interop/decorator.md)
|
2023-04-13 06:13:54 +08:00
|
|
|
* [Python extensions](interop/pyext.md)
|
2022-07-27 04:08:42 +08:00
|
|
|
* [C/C++ integration](interop/cpp.md)
|
|
|
|
* [Jupyter integration](interop/jupyter.md)
|
|
|
|
|
|
|
|
## Advanced
|
|
|
|
|
|
|
|
* [Parallelism and multithreading](advanced/parallel.md)
|
2022-09-16 03:40:00 +08:00
|
|
|
* [GPU programming](advanced/gpu.md)
|
2022-07-27 04:08:42 +08:00
|
|
|
* [Pipelines](advanced/pipelines.md)
|
|
|
|
* [Intermediate representation](advanced/ir.md)
|
|
|
|
* [Building from source](advanced/build.md)
|