Replies: 1 comment
-
Related to this: if a feature like I mean, you wouldn't be opening sockets or reading files at compile time (I'm not sure that's a good idea for security reasons), but you could embed the files themselves in the executable. You could, for example, have a build script that fetches the file, then compiles the Mojo code with the file embedded in it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can Mojo do "full" meta-programming at compile time, e.g., read a file or connect to a server, and include fetched data as constants in the compiled app?
Beta Was this translation helpful? Give feedback.
All reactions