julia also comes with support with runtime parsing and compilation, with each phase inspectable, string->untyped AST, untyped AST->typed AST, AST->llvm IR, llvm IR->native machine code. functions are compiled the first time they are run with a given set of argument types, and only compiled code is ever executed, but it is all done after the kernel has launched. at a brief glance precompiilation appears supported only up through the typed AST. there is likely a package for full native compilation given that the system provides access to the full native output of its compilation processes.
Re: [spam][crazy][draft] Learning Programming Languages While Dissociated
Undiscussed Horrific Abuse, One Victim of Many Tue, 08 Mar 2022 03:45:21 -0800
- [spam][crazy][draft] Learni... Undiscussed Horrific Abuse, One Victim of Many
- Re: [spam][crazy][draf... Undiscussed Horrific Abuse, One Victim of Many
- Re: [spam][crazy][... Undiscussed Horrific Abuse, One Victim of Many
