An open API service indexing awesome lists of open source software.

https://github.com/patrickm663/adventures-in-static-compilation.jl

A few examples to test the waters with StaticCompiler.jl
https://github.com/patrickm663/adventures-in-static-compilation.jl

c cli julia static-compiler

Last synced: 15 days ago
JSON representation

A few examples to test the waters with StaticCompiler.jl

Awesome Lists containing this project

README

          

# Adventures in Static Compilation with Julia
A few examples to test the waters with `StaticCompiler.jl`.

Starting small, I'm looking to build CLI executables and experiment with calling precompiled Julia code as a C library in other languages.

**Repo is a heavy WIP personal project. Still working through examples and thinking up use-cases :)**