aberdeen VS Elm

Compare aberdeen vs Elm and see what are their differences.

aberdeen

A TypeScript/JavaScript library for quickly building performant declarative user interfaces without the use of a virtual DOM. (by vanviegen)

Elm

Compiler for Elm, a functional language for reliable webapps. (by elm)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
aberdeen Elm
2 198
1 7,447
- 0.6%
4.2 5.4
19 days ago about 2 months ago
TypeScript Haskell
ISC License BSD 3-clause "New" or "Revised" 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.

aberdeen

Posts with mentions or reviews of aberdeen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-11.
  • Common Beginner Mistakes with React
    6 projects | news.ycombinator.com | 11 Mar 2023
    We've had great results from our custom built non-pure reactive system (which predates React by a couple of years).

    The idea is to have an Observable object that can store arbitrary trees of data (each itself an Observable). UI drawing is generally split into a function call for each DOM element that has children. These functions are executed such that they track the use of observables and will be rerun when they change.

    I've more recently, after having suffered React and friends, started creating an Open Source implementation of the pattern we used. Currently, it's mostly still lacking in documentation and marketing, and that's unlikely to change if I'm honest. But this should give you an impression if you're interested:

    https://github.com/vanviegen/aberdeen/blob/master/examples/t...

    Curious to know your thoughts about this being an effective non-pure reactive system.

  • Million
    4 projects | news.ycombinator.com | 30 Jul 2022
    Yes, that's possible and works really well.

    I've written this library [1] as a clean reimplementation of a more complex beast we created for a (now dead) startup. Although the reimplementation has only seen very light use, we've used the concept extensively, and it's a joy to use. Take a look at the examples [2].

    [1] https://github.com/vanviegen/aberdeen

Elm

Posts with mentions or reviews of Elm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.

What are some alternatives?

When comparing aberdeen and Elm you can also consider the following projects:

persistent-ts - Persistent data structures for Typescript

rescript-compiler - The compiler for ReScript.

haskelm - Haskell to Elm translation using Template Haskell. Contains both a library and executable.

purescript - A strongly-typed language that compiles to JavaScript

yew - Rust / Wasm framework for creating reliable and efficient web applications

idris - A Dependently Typed Functional Programming Language

reflex - Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse.

haskell-names - Haskell suite library for name resolution

language-thrift - Haskell parser for the Thrift IDL format.

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Svelte - Cybernetically enhanced web apps

lens-toml-parser - Lenses for toml-parser