Trying to decide on Scala or Kotlin

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ZIO

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

    If you want to use Scala then I would use something like ZIO as it is the closest to an FP application framework.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Vert.x

    Vert.x is a tool-kit for building reactive applications on the JVM

    Another option that I would strongly consider is Vert.x. It allows you to mix/match languages and could be a simple and risk-free way to introduce FP concepts into an application.

  4. potassium

    A framework for writing robot software with functional programming in Scala

    Whoa! Never expected a discussion about FIRST here! My team in high-school was actually the first (and only afaik) to use Scala to program their robots. We developed a functional framework for writing robot code (https://github.com/Team846/potassium) and even contributed support for 32-bit / ARM targets to Scala Native so we could compile our code to native binaries ahead of time. Our 2018 robot ran Scala Native the entire competition season https://github.com/Team846/code-2018.

  5. code-2018

    Team 846's code base for their 2018 robot

    Whoa! Never expected a discussion about FIRST here! My team in high-school was actually the first (and only afaik) to use Scala to program their robots. We developed a functional framework for writing robot code (https://github.com/Team846/potassium) and even contributed support for 32-bit / ARM targets to Scala Native so we could compile our code to native binaries ahead of time. Our 2018 robot ran Scala Native the entire competition season https://github.com/Team846/code-2018.

  6. kapuchin

    Type-safe, cross-platform robotics framework for real-time control and the orchestration of high-level autonomous behavior.

    Yeah, the team spent their focus on maintaining a Kotlin framework (https://github.com/Team846/kapuchin) after the switch. But Potassium was designed to be very FRC-agnostic (only ~10% of the code depends on WPILIB) so most components still work out of the box.

  7. cats-effect

    The pure asynchronous runtime for Scala

    Cats Effect is a high-performance, asynchronous, composable framework for building real-world applications in a purely functional style https://typelevel.org/cats-effect/

  8. cats

    Lightweight, modular, and extensible library for functional programming.

    Cats is a library which provides abstractions for functional programming in the Scala programming language. The name is a playful shortening of the word category. https://typelevel.org/cats/

  9. SaaSHub

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

    SaaSHub 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

  • Cats vs ZIO

    2 projects | /r/scala | 10 Jul 2022
  • I would like a job writing Haskell

    7 projects | news.ycombinator.com | 8 Feb 2022
  • New language features since Java 8 to 17

    4 projects | news.ycombinator.com | 24 Oct 2021
  • Looking at A Monad Through An Example

    1 project | dev.to | 24 May 2024
  • A question about Http4s new major version

    3 projects | /r/scala | 25 Apr 2023

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