D4no0
I think I am not the only one who hates make, the DSL is horrendous and a lot of times bad things happen, for unknown reasons.
I just watched a recent conference on zig build system and I think that this might be the solution to finally having fully fledged cross-compiled applications with NIFs for elixir, because until now the solution was to either use pre-compiled versions (witch work great, but are not the most flexible) or go through the hurdle of making a custom make like this one.
I was wondering if something that integrates zig build system already exists in the ecosystem? I am talking about a CLI-like tool similar to how tailwind is currently packaged, where you would be able to configure it and build zig/c/c++ files without any additional pain.
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 1- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
LostKobrakai
Burito afaik uses zig build system for some stuff.