Hacker News new | ask | show | jobs
by eigenspace 1919 days ago
This is the PR to look at if you want to try and help: https://github.com/tshort/StaticCompiler.jl/pull/46

I think this isn't really a great place for beginners though unfortunately. This project is tightly coupled to undocumented internals of not only julia's compiler, but also LLVM.jl and GPUCompiler.jl. It'll require a lot of learning to be able to meaningfully contribute at this stage.

1 comments

Where do you recommend an experienced Julia user start working on internals/core tools?