Hacker News new | ask | show | jobs
by Eddygandr 1031 days ago
I’ve heard a lot about Bazel but are there any good beginner tutorials? When I last looked it felt a little Nix-like (high learning curve to get through which I prefer to ignore for my tooling where possible)
1 comments

The issue with bazel is having to roll out your own build definitions for every package you want to use that doesn't already provide bazel files.