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
- Host: GitHub
- URL: https://github.com/patrickm663/adventures-in-static-compilation.jl
- Owner: patrickm663
- License: mit
- Created: 2024-01-31T10:16:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T08:33:13.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:12:20.321Z (over 1 year ago)
- Topics: c, cli, julia, static-compiler
- Language: Julia
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)**