|
|
|
|
|
by jeanl
2147 days ago
|
|
Do you guys know if it's possible to generate self-standing C++ code from Julia code? (i.e., code that you can then compile into another project, and will not require any interpreter to run or anything like that)? And if it's possible do you know how good the generated code is (in terms of speed)? |
|
https://julialang.github.io/PackageCompiler.jl/dev/devdocs/b...
https://docs.julialang.org/en/v1/manual/embedding/