Zurück zum Ranking

Elm's core libraries

elmcoredictionarysetarrayjson
Sterne-Wachstum
Sterne
2.8k
Forks
363
Wochenwachstum
Issues
69
1k2k
Okt. 2014Sept. 2018Aug. 2022Juli 2026
README

Core Libraries

Every Elm project needs this package!

It provides basic functionality like addition and subtraction as well as data structures like lists, dictionaries, and sets.

New to Elm? Go to elm-lang.org for an overview.

Default Imports

The modules in this package are so common, that some of them are imported by default in all Elm files. So it is as if every Elm file starts with these imports:

import Basics exposing (..)
import List exposing (List, (::))
import Maybe exposing (Maybe(..))
import Result exposing (Result(..))
import String exposing (String)
import Char exposing (Char)
import Tuple

import Debug

import Platform exposing (Program)
import Platform.Cmd as Cmd exposing (Cmd)
import Platform.Sub as Sub exposing (Sub)

The intention is to include things that are both extremely useful and very unlikely to overlap with anything that anyone will ever write in a library. By keeping the set of default imports relatively small, it also becomes easier to use whatever version of map suits your fancy. Finally, it makes it easier to figure out where the heck a function is coming from.

Ähnliche Repositories
yewstack/yew

Rust / Wasm framework for creating reliable and efficient web applications

Rustcrates.ioApache License 2.0rustweb
yew.rs
32.7k1.5k
iced-rs/iced

A cross-platform GUI library for Rust, inspired by Elm

Rustcrates.ioMIT Licenseguigraphics
iced.rs
31k1.6k
dvajs/dva

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)

JavaScriptnpmMIT Licensedvaredux
16.2k3.1k
glideapps/quicktype

Generate types and converters from JSON, Schema, and GraphQL

TypeScriptnpmApache License 2.0jsontypescript
app.quicktype.io
13.8k1.2k
concourse/concourse

Concourse is a container-based automation system written in Go. It's mostly used for CI/CD.

GoGo ModulesApache License 2.0goci
concourse-ci.org
7.9k894
elm/compiler

Compiler for Elm, a functional language for reliable webapps.

HaskellBSD 3-Clause "New" or "Revised" Licenseelmcompiler
elm-lang.org
7.8k685
dependabot/dependabot-core

🤖 Dependabot's core logic for creating update PRs.

RubyRubyGemsMIT Licenseelixirruby
docs.github.com/en/code-security/dependabot
5.7k1.5k
evancz/elm-architecture-tutorial

How to create modular Elm code that scales nicely with your app

ElmBSD 3-Clause "New" or "Revised" Licenseelmexamples
guide.elm-lang.org
4.2k719
sporto/awesome-elm

A curated list of useful Elm tutorials, libraries and software. Inspired by awesome list. Feel free to contribute. :rocket:

elmawesome-list
3.7k221
eikek/docspell

Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.

ElmGNU Affero General Public License v3.0ocrstanford-corenlp
docspell.org
2.3k179
ivanceras/sauron

A versatile web framework and library for building client-side and server-side web applications

Rustcrates.ioMIT Licensewebhtml
2.1k61
elm/elm-lang.org

Server and client code for the Elm website.

ElmBSD 3-Clause "New" or "Revised" Licenseelmhomepage
elm-lang.org
2k360