New language features since Java 8 to 17

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vim-fibo-indent

    Fibonacci Indentation for Vim.

    I just want to say that while this is a really nice post in its own right, I found this blog because one of its authors is the creator of this repo: https://github.com/dodie/vim-fibo-indent

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ZIO

    ZIO — A type-safe, composable library for async and concurrent programming in Scala

  4. cats-effect

    The pure asynchronous runtime for Scala

    Not the parent, but presumably it would allow for fancy monad stuff like Scala's Cats Effects[0] and Zio[1] which can make async programming easier to follow without having to introduce async/await

    [0]: https://typelevel.org/cats-effect/

  5. amber-docs

    https://openjdk.org/projects/amber

    Properties are probably the worst feature on that list. They make it easier to work with setters, while the goal is to reduce their usage altogether! Records achieve that much better. Unencapsulated component access is standardised on classes with good contracts (construction and deconstruction are duals for records) and will work well with patterns, all while avoiding unnecessary mutation for such classes (instead, we'll have "withers" or "reconstructors": https://github.com/openjdk/amber-docs/blob/master/eg-drafts/...).

    So we're killing two birds with one stone: making it easier to work with "simple data" while also reducing reliance on getters and setters.

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

Did you know that Scala is
the 38th most popular programming language
based on number of references?