Buck – A build system developed and used by Facebook
buckbuild.com
Buck – A build system developed and used by Facebook
1–10 of 131 posts
Re: Buck – A build system developed and used by Facebook
#2Re: Buck – A build system developed and used by Facebook
#3Re: Buck – A build system developed and used by Facebook
#4This looks like a clone of Google's Blaze/Bazel: https://bazel.build/
Re: Buck – A build system developed and used by Facebook
#5This looks like a clone of Google's Blaze/Bazel: https://bazel.build/
Re: Buck – A build system developed and used by Facebook
#6This looks like a clone of Google's Blaze/Bazel: https://bazel.build/
Re: Buck – A build system developed and used by Facebook
#7This looks like a clone of Google's Blaze/Bazel: https://bazel.build/
Re: Buck – A build system developed and used by Facebook
#8For example, my use-case is similar to what Mike Bostock described in "Why Use Make" [0] when explaining how he uses Make to build out his data tranformation process. Most of my work is data transformation/small-scale ETL, but I just haven't been able to get into Make beyond trivial work, and I often end up writing things in Rake (Ruby).
So I was wondering if other devs had tried using Buck/Bazel for everyday hobbies and projects, and whether you stuck with the new tool or went back to Make? The portability of Makefiles isn't a high priority for me, and I like experimenting with different systems for my own projects.
Re: Buck – A build system developed and used by Facebook
#9Re: Buck – A build system developed and used by Facebook
#10This looks like a clone of Google's Blaze/Bazel: https://bazel.build/