Ask HN: Best way to find out when features were added to languages?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    The Python programming language

  • It's going to depend on which programming language you are examining, if that programming language is standardized, and how much of the development process is publicly available (open development process vs. proprietary languages with closed source development).

    For Python, it looks like everything is on GitHub:

    https://github.com/python/cpython

    https://github.com/python/peps

    It might take some exploring depending on what you are trying to find (over 100k commits in the git repo), but it looks like it is all there going back to Python 2.0 and earlier.

  • peps

    Python Enhancement Proposals

  • It's going to depend on which programming language you are examining, if that programming language is standardized, and how much of the development process is publicly available (open development process vs. proprietary languages with closed source development).

    For Python, it looks like everything is on GitHub:

    https://github.com/python/cpython

    https://github.com/python/peps

    It might take some exploring depending on what you are trying to find (over 100k commits in the git repo), but it looks like it is all there going back to Python 2.0 and earlier.

  • 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