devito
DSL and compiler framework for automated finite-differences and stencil computation (by devitocodes)
chocopy-python-compiler
Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM. (by yangdanny97)
devito | chocopy-python-compiler | |
---|---|---|
2 | 3 | |
617 | 63 | |
0.8% | - | |
9.9 | 5.8 | |
7 days ago | over 1 year ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
devito
Posts with mentions or reviews of devito.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Galerkin Approximation
Another project that works like this is devito https://www.devitoproject.org/ - the python code generates C code, calls gcc to compile it, dynamically links the object code with dlopen(), then calls the compiled code. That way, the hot code loop doesn't run in Python
-
Where should I look to learn about how to apply my math skills to options?
This may help https://github.com/devitocodes/devito/blob/master/examples/finance/bs_ivbp.ipynb
chocopy-python-compiler
Posts with mentions or reviews of chocopy-python-compiler.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-28.
-
Chocopy -> CIL compiler: compiles a subset of Python 3 to Common Intermediate Language (.NET)
Links: - Github - Blog post with more details about the CIL backend - Blog posts I've written about other parts of the compiler: Frontend/Typechecker, JVM Backend
- Chocopy -> JVM Compiler, implemented in Python
-
Chocopy -> JVM Compiler: compiles a subset of Python 3 to JVM bytecode
Links: - Github - Blog post explaining how I did it
What are some alternatives?
When comparing devito and chocopy-python-compiler you can also consider the following projects:
AMaDiA - Astus' Mathematical Display Application : A GUI for Mathematics (Calculator, LaTeX Converter, Plotter, ... )
front - Front-end libraries and utilities for the Transmuter language processing infrastructure
qiskit-symb - Symbolic evaluation of parameterized quantum circuits in Qiskit
yacv - Yet Another Compiler Visualizer
mpi4jax - Zero-copy MPI communication of JAX arrays, for turbo-charged HPC applications in Python :zap:
Krakatau - Java decompiler, assembler, and disassembler