[spam][crazy][draft] Learning Programming Languages While Dissociated

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Tue Mar 8 03:44:56 PST 2022


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.


More information about the cypherpunks mailing list