For Small project
Bazel InitBazel Config파이썬(Python)의 하위 집합인 Skylark 언어로 작성
Can build c++, Java, Android, iOS
Get started
Build Tutorial - C++
In this tutorial, you'll learn the basics of building C++ applications with Bazel. You will set up your workspace and build a simple C++ project that illustrates key Bazel concepts, such as targets and BUILD files. After completing this tutorial, take a look at Common C++ Build Use Cases for information on more advanced concepts such as writing and running C++ tests.
https://docs.bazel.build/versions/4.2.1/tutorial/cpp.html

GitHub - bazelbuild/rules_go: Go rules for Bazel
Mailing list: bazel-go-discuss Slack: #go on Bazel Slack, #bazel on Go Slack 2022-06-06 Release v0.33.0 is now available. This release consists mostly of bug fixes and deprecates the asm, compile, cover, and pack actions on go_context. 2022-05-11 Release v0.32.0 is now available.
https://github.com/bazelbuild/rules_go#generating-build-files

Seonglae Cho