JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

Will this allow using Julia without LLVM? #633

Closed barracuda156 closed 2 weeks ago

barracuda156 commented 3 weeks ago

There are platforms where LLVM is broken, which currently prevents building and using Julia there.

KristofferC commented 2 weeks ago

No, this uses Julia itself to interpret Julia.

barracuda156 commented 2 weeks ago

Thank you for a clarification