Software Alternatives & Reviews

Elm VS Kotlin

Compare Elm VS Kotlin and see what are their differences

Elm logo Elm

A type inferred, functional reactive language that compiles to HTML, CSS, and JavaScript

Kotlin logo Kotlin

Statically typed Programming Language targeting JVM and JavaScript
  • Elm Landing page
    Landing page //
    2022-09-23

We recommend LibHunt Elm for discovery and comparisons of trending Elm projects.

  • Kotlin Landing page
    Landing page //
    2023-05-09

We recommend LibHunt Kotlin for discovery and comparisons of trending Kotlin projects.

Elm

Categories
  • Programming Language
  • OOP
  • Generic Programming Language
  • Dynamic Programming Language
Website elm-lang.org
Details $

Kotlin

Categories
  • Programming Language
  • OOP
  • Generic Programming Language
  • Dynamic Programming Language
Website kotlinlang.org
Details $

Elm videos

Nightmare on Elm St (series review)

More videos:

  • Review - A Nightmare on Elm Street (1984) - Movie Review
  • Review - A Nightmare on Elm Street 4: The Dream Master - Movie Review

Kotlin videos

10 reasons to try Kotlin for Android development

More videos:

  • Review - What can Kotlin do for me? (GDD Europe '17)
  • Review - Java or Kotlin for Android Development – Which One Is Better?

Category Popularity

0-100% (relative to Elm and Kotlin)
Programming Language
41 41%
59% 59
OOP
39 39%
61% 61
Javascript UI Libraries
100 100%
0% 0
Generic Programming Language

User comments

Share your experience with using Elm and Kotlin. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Elm and Kotlin

Elm Reviews

We have no reviews of Elm yet.
Be the first one to post

Kotlin Reviews

Top 10 Rust Alternatives
The last computer programming language to stand out as an exceptional alternative to Rust is named Kotlin. It is typed statically and was manufactured for Java machines.

Social recommendations and mentions

Based on our record, Elm should be more popular than Kotlin. It has been mentiond 113 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Elm mentions (113)

  • Ludic: New framework for Python with seamless Htmx support
    Elm [1] is based on a similar idea. Build your app from pure functions that return HTML tags. [1] https://elm-lang.org/. - Source: Hacker News / 26 days ago
  • Learning Elm by porting a medium-sized web front end from React (2019)
    Elm is a lovely lang. It would be nice to have modern APIs on it. here's the project for new eyes: https://github.com/elm/core. - Source: Hacker News / about 2 months ago
  • Can you make your own JavaScript by implementing ECMAScript standard?
    You also wouldn't really be creating your own new programing language. You would be creating something that can run JavaScript by following JavaScript standards and syntax. You might be able to add some non-standard features of your own on top of those standards, or include your own standard library of helpers or utilities, but you can't completely make a new or alternative language and then load it in the... Source: 4 months ago
  • What is the best way to present the user the results of Haskell computations?
    You should at least have a look at https://elm-lang.org/ it is a pure functional language like Haskell (although with fewer fancy syntax/type classes) but it has some lovely libraries for visualisation and even with plain elm (+ elm-ui) doing string transformations can be easily done. Source: 5 months ago
  • Building React Components Using Unions in TypeScript
    I get it. However, the whole point of using Unions to narrow your types, ensure only a set of possible scenarios can occur, and only access data of a particular union when it’s safe to do so. That’s some of what pattern matching can provide, and 100% of what using switch statements in TypeScript with their Discriminated Unions can provide. Yes, it’s not 100% exhaustive, but TypeScript is not soundly typed, and... - Source: dev.to / 7 months ago
View more

Kotlin mentions (74)

  • Implementing an Auto-logout Feature for Android in Kotlin
    A basic understanding of Kotlin and programming in general (OOP). - Source: dev.to / 7 days ago
  • Kotlin and Azure Functions - Automating the deployment
    Being somewhat allergic to coding in Java (this is a personal thing, if you like Java then good for you) I decided to try out writing the code using Kotlin from JetBrains instead. I'm already using IntelliJ as I work with Apache Spark using Scala, so the tooling was already there and ready to go for this. - Source: dev.to / about 1 month ago
  • 🎉 Kotlin Multiplatform is now STABLE!
    Congrats to our friends at Kotlin. 🚀 After years of growth and development, KMP reaches a pivotal milestone with 1.9.20. We’ve been on team Kotlin Multiplatform since day one, and the best is yet to come! Learn more 👉 https://touchlab.co/kotlin-multiplatform-is-stable. Source: 6 months ago
  • Regarding Lenses, Prisms and Optics
    Another option could be to check out Kotlin. It's a JVM language that while still object-oriented has may functional syntax features. Source: 6 months ago
  • Kotlin Multiplatform for Android and iOS Apps
    Kotlin is not a Google project. It is made by JetBrains. It says so right up front on their web page: https://kotlinlang.org/. - Source: Hacker News / 7 months ago
View more

What are some alternatives?

When comparing Elm and Kotlin, you can also consider the following products

Elixir - Dynamic, functional language designed for building scalable and maintainable applications

Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

F# - F# is a mature, open source, cross-platform, functional-first programming language.

Dart - A new web programming language with libraries, a virtual machine, and tools

ReasonML - ReasonML is a new face to OCaml that--when coupled with BuckleScript--makes web development easy...

JavaScript - Lightweight, interpreted, object-oriented language with first-class functions