package.elm-lang.org VS guide.elm-lang.org

Compare package.elm-lang.org vs guide.elm-lang.org and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
package.elm-lang.org guide.elm-lang.org
13 13
296 314
0.0% -
0.0 0.0
about 1 year ago about 1 month ago
Haskell Elm
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
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.

package.elm-lang.org

Posts with mentions or reviews of package.elm-lang.org. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-28.
  • Por que Elm é uma linguagem tão deliciosa?
    11 projects | dev.to | 28 Feb 2023
  • Ask HN: What Happened to Elm?
    12 projects | news.ycombinator.com | 10 Feb 2023
    Also the fact that their package manager is strongly coupled against https://package.elm-lang.org/. There is no way to override it. This means that if that package site ever goes down, you will be left with an unbuildable project. Seems pretty risky to me.
  • How do yall share Elm codez within your organization?
    3 projects | /r/elm | 3 Nov 2022
    Imagine, for example, you have a component library that you don't want to publish to the public package.elm-lang.org. How do you make that available just within your company?
  • Advice on porting a package to 0.19.1
    3 projects | /r/elm | 8 Sep 2022
    Not to be silly but I was getting ready to do my port & all but clicking on "source" from with package.elm-lang.org takes me to elm-charts, not elm-plot.
  • Entering periods into Float fields is difficult, what's the better way to do it?
    2 projects | /r/elm | 10 Apr 2022
    If you're dealing with some kind of currency it's better to use a Decimal type which has few packages on the ecosystem.
  • Why is Elm documentation so poor?
    5 projects | /r/elm | 15 Jul 2021
    Anyways, between The Guide, Beginning Elm and the packages documentation, I think Elm is in a very good place documentation wise.
    5 projects | /r/elm | 15 Jul 2021
    Aside from syntax, what you probably need is https://package.elm-lang.org. Default (built-in) functions can be found at elm/core, while other stuff relating to building web application can be found at elm/browser. Take a look at other elm/... packages too, they are written by authors of elm.
    5 projects | /r/elm | 15 Jul 2021
    Can you explain what you are missing? The guide is not supposed to give you all the libraries/API - you can find that here: https://package.elm-lang.org/
    5 projects | /r/elm | 15 Jul 2021
    If you are looking for a complete API documentation you should be browsing https://package.elm-lang.org/ ; I still find it lacking compared to other programming languages, but it's definitely more complete that the starting guide.
  • React to Elm Migration Guide
    12 projects | dev.to | 25 Apr 2021
    Elm is a strongly typed functional language, compiler, package manager, and framework. You write in the Elm language, and it compiles to JavaScript for use in the browser. The Elm compiler has 2 basic modes of development, and production. It optionally has a REPL if you want to test some basic code. The package manager uses it’s own website and structure using elm.json, instead of package.json. The framework is what Elm is most known for, and was the inspiration for Redux.

guide.elm-lang.org

Posts with mentions or reviews of guide.elm-lang.org. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-09.
  • Who else finds the use of 'I' offputting in the docs?
    4 projects | /r/elm | 9 Aug 2021
    If you look at the repo for that guide (https://github.com/evancz/guide.elm-lang.org), the description and README clearly state that this is his book on learning Elm, so for me it makes complete sense that it is in the I-form. Maybe the fact that it's linked from the official Elm page without any mention of that causes a feeling of disconnect for you.
  • Free 500+ books and learning resources for every programmer.
    93 projects | dev.to | 23 Jul 2021
    An Introduction to Elm (HTML)
  • Why is Elm documentation so poor?
    5 projects | /r/elm | 15 Jul 2021
    I am continually perplexed how poor the official documentation is for Elm (https://guide.elm-lang.org). I love the language, I really enjoy working with it, but where does one go to see the complete API? In particular right now I'm trying to find more on setting various events and accessibility attributes in forms, and this is all I see on the official docs: https://guide.elm-lang.org/architecture/forms.html. Not even a label example on a form page? How is this considered good documentation for a language that has been around for a decade? Is there some secret handshake I need to learn to get access to more in-depth documentation of the language?
  • Here's To Learning Haskell
    3 projects | /r/haskell | 8 Jul 2021
    I think a good first step would be getting familiar with functional programming in general. I recommend working through the Elm Guide, which will get you acquainted with functional programming idioms and working with immutable data. Then, move on to an introductory Haskell resources, such as Write Yourself a Scheme in 48 Hours. After that, hit up CodeWars and start solving puzzles in Haskell.
  • Simplest way to make quick adding program with buttons
    2 projects | /r/programmingrequests | 23 Jun 2021
    Check out Elm. Page 4 of the intro guide I linked offers something close, which you could build upon to create what you want there.
  • React to Elm Migration Guide
    12 projects | dev.to | 25 Apr 2021
    This guide will help you learn and migrate to Elm with assumption you already know the basics of React. The Elm guide is great and will give you a thorough understanding of everything you need to know, in a good order.
  • Is it possible to learn programming from scratch but using Elm or another functional programing language?If yes what do you recommend?if no argument why not a functional language as your first language?
    4 projects | /r/elm | 4 Mar 2021
    However, I say... go for it. Follow through https://guide.elm-lang.org/. Follow through it again. Go through every step of the guide, over and over. Repeat the parts that you don't understand until you understand them.
    4 projects | /r/elm | 4 Mar 2021
    Seriously if you want to learn Elm just jump straight in with the elm guide: https://guide.elm-lang.org/ . What is your goal, to make a web app?
  • How Elm inspired Play
    3 projects | /r/ProgrammingLanguages | 4 Jan 2021
    I looked at evancz's GH activity, and it includes https://github.com/evancz/guide.elm-lang.org/pull/257 from 28 days ago.

What are some alternatives?

When comparing package.elm-lang.org and guide.elm-lang.org you can also consider the following projects:

racket - The Racket repository

proposal-pattern-matching - Pattern matching syntax for ECMAScript

lisp-koans - Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.

book - Using Raku – an unfinished book about Raku

elixir-getting-started - PDF, MOBI, EPUB documents for Elixir's Getting Started tutorial.

Kalman-and-Bayesian-Filters-in-Python - Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.

Cypress - Fast, easy and reliable testing for anything that runs in a browser.

elm-format - elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide

Elm - Compiler for Elm, a functional language for reliable webapps.

elm-syntax - Library for generating Elm syntax from Haskell in a scope-safe way

plutus-pioneer-program - This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.

joyofelixir - A gentle introduction to the Elixir programming language