summaryrefslogblamecommitdiffstats
path: root/python/python3-pythran/slack-desc
blob: fc98a7ab9513e281f9f63c3700e97dde8507b48b (plain) (tree)


















                                                                                       
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

               |-----handy-ruler------------------------------------------------------|
python3-pythran: python3-pythran (Ahead of Time compiler for numeric kernels)
python3-pythran:
python3-pythran: Pythran is an ahead of time compiler for a subset of the Python
python3-pythran: language, with a focus on scientific computing. It takes a Python
python3-pythran: module annotated with a few interface descriptions and turns it into a
python3-pythran: native Python module with the same interface, but (hopefully) faster.
python3-pythran:
python3-pythran: It is meant to efficiently compile scientific programs, and takes
python3-pythran: advantage of multi-cores and SIMD instruction units.
python3-pythran:
python3-pythran: