Scaloid VS simple-sub

Compare Scaloid vs simple-sub and see what are their differences.

Scaloid

Scaloid makes your Android code easy to understand and maintain. (by pocorall)

simple-sub

Alternative algorithm for algebraic subtyping. (by LPTK)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Scaloid simple-sub
1 1
2,094 136
- -
0.0 6.7
over 5 years ago about 1 month ago
Scala Scala
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Scaloid

Posts with mentions or reviews of Scaloid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-13.

simple-sub

Posts with mentions or reviews of simple-sub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-13.
  • What's the deal with Kotlin being referred to as the language for Scala Refugees?
    2 projects | /r/scala | 13 Jan 2021
    As a typical example, consider this type inference engine I designed a while ago. It's extremely efficient, because it represents type variable bounds using a mutable var field of List type. That's the only bit of mutability in the entire engine, making it okay to reason about, though the mutability does potentially infect everything, so you still have to be more careful. But I think if you'd listen to most people on this subreddit, they'd probably want you to put everything in a monad (making it several order of magnitudes slower), because mutability is too "dirty". The funny thing is that monads would honestly not make the algorithm easier to understand at all. It'd just be a lot more for comprehensions everywhere, but fundamentally the same algorithm...

What are some alternatives?

When comparing Scaloid and simple-sub you can also consider the following projects:

Macroid - A modular functional UI language for Android

Android SDK Plugin for SBT - An easy-to-use sbt plugin for working with all Android projects

Gradle Android Scala Plugin - gradle-android-scala-plugin adds scala language support to official gradle android plugin

wire-android - 🤖 The new Wire client for Android

Scrooge - A Thrift parser/generator