Scaloid
Scaloid makes your Android code easy to understand and maintain. (by pocorall)
simple-sub
Alternative algorithm for algebraic subtyping. (by LPTK)
Scaloid | simple-sub | |
---|---|---|
1 | 1 | |
2,089 | 154 | |
0.0% | 2.6% | |
5.0 | 6.2 | |
7 months 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.
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.
-
What's the deal with Kotlin being referred to as the language for Scala Refugees?
About Google - I am not talking about anybody contributing to Google. Do we as a community not need to reflect when Google preferred a newer language like Kotlin when we were already had an active Android ecosystem with projects like https://github.com/pocorall/scaloid and many others.
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?
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
scalaonandroid - A tutorial and examples of how to write Android apps in Scala 2.13 and Scala 3.