Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

Bazel

307
574
+ 1
133
Please

14
14
+ 1
4
Add tool

Bazel vs Please: What are the differences?

Introduction

Bazel and Please are both build systems used in software development, but they have several key differences. This markdown code highlights those differences in a concise and specific manner.

  1. Scalability: Bazel is designed for large-scale projects with hundreds or thousands of targets, making it suitable for organizations with extensive and complex codebases. Please, on the other hand, is simpler and more suited for smaller projects with fewer targets.

  2. Rule Language: Bazel uses its own rule language called Starlark, which is a dialect of Python and provides more flexibility in defining build rules. Please, on the other hand, uses a simpler, more declarative rule language that may be easier for beginners to understand and use.

  3. Build Caching: Bazel has built-in support for caching build outputs, which can dramatically improve build times, especially when multiple developers or build machines are involved. Please does not have native build caching, although it can be integrated with other caching solutions.

  4. Language Support: Bazel supports a wide range of programming languages, including Java, C++, Python, and many others. Please focuses primarily on supporting Python projects, although it can also be used with other languages.

  5. Community and Ecosystem: Bazel has a larger and more active community, with extensive documentation, tutorials, and resources available. It is also developed and maintained by Google, which provides additional credibility and resources. Please, while it does have a community, may have less extensive support and resources available.

  6. Ease of Use: Please aims to be simple and easy to use, with a focus on reducing complexity and providing a straightforward build system for smaller projects. Bazel, while powerful and scalable, can be more complex to set up and configure, especially for beginners or those unfamiliar with its concepts.

In summary, Bazel is highly scalable and suited for large projects, supports multiple languages, has built-in build caching, and has a large and active community. Please, on the other hand, is simpler, easier to use, primarily focuses on Python projects, and may have a smaller community and ecosystem.

Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Bazel
Pros of Please
  • 28
    Fast
  • 20
    Deterministic incremental builds
  • 17
    Correct
  • 16
    Multi-language
  • 14
    Enforces declared inputs/outputs
  • 10
    High-level build language
  • 9
    Scalable
  • 5
    Multi-platform support
  • 5
    Sandboxing
  • 4
    Dependency management
  • 2
    Windows Support
  • 2
    Flexible
  • 1
    Android Studio integration
  • 1
    IntelliJ support
  • 1
    Multi-language
  • 1
    Built-in languages are defined in the same language
  • 1
    No single WORKSPACE file that nobody owns or understand

Sign up to add or upvote prosMake informed product decisions

Cons of Bazel
Cons of Please
  • 3
    No Windows Support
  • 2
    Bad IntelliJ support
  • 1
    Poor windows support for some languages
  • 1
    Constant breaking changes
  • 1
    Learning Curve
  • 1
    Lack of Documentation
  • 1
    No Windows support

Sign up to add or upvote consMake informed product decisions

837
988
3.3K
14
2
- No public GitHub repository available -

What is Bazel?

Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google's software, and thus it has been designed to handle build problems present in Google's development environment.

What is Please?

Please is a cross-language build system with an emphasis on high performance, extensibility and reproduceability. It supports a number of popular languages and can automate nearly any aspect of your build process.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Bazel?
What companies use Please?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Bazel?
What tools integrate with Please?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

Mar 24 2021 at 12:57PM

Pinterest

GitJenkinsKafka+7
3
2251
GitJenkinsGroovy+4
4
2884
What are some alternatives to Bazel and Please?
Pants
Pants is a build system for Java, Scala and Python. It works particularly well for a source code repository that contains many distinct projects.
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Ansible
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansible’s goals are foremost those of simplicity and maximum ease of use.
Buck
Buck encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages on many platforms.
CMake
It is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of the user's choice.
See all alternatives