Vibeset

Elm

Elm is a functional language that compiles to JavaScript and promises zero runtime exceptions thanks to its type system. Its architecture inspired Redux. Ideal for reliable, maintainable web interfaces.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

import Html exposing (text)

main =
  text "¡Hola, mundo!"