Just how? Why is Java seemingly more complex?

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  • New tech like GraalVM also makes it easier to run virtually any language within the JVM, including languages with broader industry adoption like Python or C++.

  • brainfuck-web-app

    a web app written in Brainfuck that returns your user-agent to you

  • Has been done

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cryptography

    cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

  • I know you mentioned it, but for anyone who hasn't read what happened with the cryptography package when they changed the backend to rely on Rust. I take no stance on the issue, but the drama of it is a fantastic read.

  • jax

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

  • It's a library for numerical computing developed by Google. Largely, you can think of it as NumPy (if you are familiar) but with the ability to automatically differentiate functions that you write, JIT compilation that can lead to major speed ups if done properly, and GPU support. It largely reproduces the NumPy API with the aforementioned added features, but there are some constraints they needed to introduce for JIT to work: e.g., JAX arrays are read-only while NumPy arrays may be rewritten.

  • python-0.9.1

    Upload and changes to Python 0.9.1 release (from 1991!) so that it would compile

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts