Re: How to do ahead of time compilation in Guile?
Olivier Dion <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <8733wex4io.fsf@laura> |
On Sat, 15 Aug 2026, Srayan Jana <[email protected]> wrote: > Hey all! > I'm curious, is there a way to do AOT compilation in Guile? I know > Guile has a JIT mode and an interpreter only mode, but does Guile have > some sort of AOT mode? In core Guile no. But there is Hoot that has a full WASM toolchain, allowing to do AOT for WASM. For native binaries thought, I think it is the next logical step. However I don't plan on working on that soon. Mayber others will. Thanks, Olivier -- Olivier Dion