-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why? What? Who? How? #1
Comments
If you're reading this, please don't worry, for now it's just a placeholder. 💭 |
Excellent idea! Zig seems the thing, cross-compilation, compiles C code (cf FFmpeg for Zig |
@ndrean yeah, we agree. 💡 😉
Getting all the fault-tolerance, observability and developer happiness of |
Read this post: https://matklad.github.io/2023/03/26/zig-and-rust.html 👀 |
Thanks for sharing! ❤️ I only skimmed Rust, and when I started to read a bit about async in Rust, I understood Rust was not for me. I am also curious about Go. In my TO_VIEW list: don't write NIFs |
Yeah, the 100% agree with not writing
NIF (Native Implemented Functions) docs: https://www.erlang.org/doc/system/nif.html 🔗 Zig makes a lot of sense for So far I've only noted the technical reasons for learning But I suspect it might be the reason a few other people learn ![]() Good to see As usual, I like to be proactive with my learning; I see myself writing
@ndrean we are currently writing |
What's Again, trying not to get sucked into this right now as have lots of work to do. ⏳ |
Thanks for sharing! 💭 So what about building the Elxiir client for TiggerBeetle? You can promote fault tolerance, scalable web app using Elixir, and interface with Zig? With the advance of LiveView native, you could even propose a mobile version, mandatory I imagine .... |
And to answer your question from above: Yes, some banks are ultra-conservative and avoid any tech innovation. 👴 But others are always trying to get an edge and invest heavily in their tech/teams!
![]() You definitely don't want to work for a company that sees you as a "cost"; they will "downsize" you in a heartbeat. 💔 The companies that are using |
https://ziglang.org/learn/getting-started/ brew install zig |
Just a tip! You drop your image, and make your image clickable and direct it to the location by using
|
Target WebAssembly with Zig: https://dev.to/sleibrock/webassembly-with-zig-part-1-4onm and https://dev.to/sleibrock/webassembly-with-zig-pt-ii-ei7 |
Always find it interesting when a Programming Language uses Clearly the goal was just to get started/going as quick as possible. |
" |
A concise summary of the Found here: (source)
![]() |
During the Q&A session, participants raised concerns about topics such as async functionality, tooling, internal compiler changes, and contributor engagement. Here are some highlights: Async functionality: While acknowledging the appeal of async programming, Andrew explained that integrating it into Zig presents numerous technical challenges. Implementing custom code generation backends and debugging tools are among the obstacles requiring solutions before async becomes practical in Zig. via: https://www.reddit.com/r/Zig/comments/1ac8nrf/zig_roadmap_2024_with_andrew_kelley/ |
Intro to the Zig Programming Language • Andrew Kelley • GOTO 2022: https://youtu.be/YXrb-DqsBNU
The text was updated successfully, but these errors were encountered: