The key features of Stella are:
- compiled with LLVM for execution times similar to C programs
- statically typed; ensured correctness for the computationally expensive parts
- no interaction with the Python run-time to avoid any unintended performance penalties
- completely valid Python code for verification and debugging purposes
- easy integration with C libraries with the use of Cython
- excellent functional test coverage
- compatible with numpy arrays
https://github.com/squisher/stella
https://digamma.cs.unm.edu/~dmohr/stella/dsldi-dmohr.pdf
https://verc.enes.org/ISENES2/.../Talks/.../osuna_stella-perspecive-of-the-big-picture
No comments:
Post a Comment