You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating to Zig is the default, but I'd like to explore other:
C: The default. If Zig didn't exist I'd probably be writing the compiler in Rust to generate C
Hare: Very interesting language. It's stated goal is to be a "100 year language". It has no metaprogramming language constructs. Instead, they have codegen utilities that exist outside of the language. It almost sounds like a perfect compile target. Will likely be the second target, if not it'll be third after C.
Jai: Looks promising, won't know till i get my hands on it. Might be too application specific.
Odin: Go style error handling?!?! 🤢
Javascript: Ugh, yeah probably. WASM doesn't seem interested in replacing JS—though it should! 😡—so compiling to JS could be useful. It would be cool to be able to compose a JS/WASM/Server app all from the same language tho...
The text was updated successfully, but these errors were encountered:
Generating to Zig is the default, but I'd like to explore other:
The text was updated successfully, but these errors were encountered: