elm-export
Elm
Our great sponsors
elm-export | Elm | |
---|---|---|
0 | 112 | |
115 | 6,903 | |
- | 0.4% | |
0.0 | 5.0 | |
over 3 years ago | 3 months ago | |
Haskell | Haskell | |
LicenseRef-OtherLicense | BSD 3-clause "New" or "Revised" License |
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.
elm-export
We haven't tracked posts mentioning elm-export yet.
Tracking mentions began in Dec 2020.
Elm
-
A message to Evan. People are just in love with your language.
Well, but the website tries to encourage you to use Elm. The guide explicitly asks you to "give Elm a shot and see what you think". So it seems to me that Evan does want Elm to be popular.
- Other languages geared towards outputting HTML, like PHP?
-
Ask HN: Best language/framework to develop web-based text games today?
I really like Elm [0] and write all my side projects in it. There are many reasons I like it, but the one that probably plays best around here is that it feels like a very learn-it-for-life type language. It has a release cadence measured in years (the latest version, 0.19.10, was released in October 2019!), and a community that has adapted to match. Elm doesn't release shiny new features often, or even necessarily ever again, but it has everything I need to make every web game I could possibly think of already so that's a good thing.
-
Whats the most mature type generation tool for Rust types to other languages?
As for other languages, I wrote one for Elm (https://elm-lang.org/) inspired by ts-rs: https://crates.io/crates/elm_rs
-
tuples being limited to three elements [...] prevents me from shooting myself in the foot
Also check out the follow-up issue!
negative numbers not being allowed in pattern matches ... prevents me from shooting myself in the foot
-
Million
Pretty much. I keep asking people "Why not Elm?" ( https://elm-lang.org/ ) but no one has a very good answer.
The weird thing to me is that the two main customers or consumers of front-end programming (publishers and users) never see and do not care about the underlying language or implementation! Businesses and other orgs (schools, NGOs, etc.) as well as individuals (FB users, WordPress blogs, etc.) never see under the hood (except when something goes wrong or they deliberately click "View Source", eh?)
Ergo, all this whole Javascript ecosystem is solely for the developers. It's like a giant and largely irrelevant MMORG that we play that produces mostly-working websites and apps almost as a side effect.
"Change my mind?"
- [AskJS] best language to start with?
-
Ruminations on ValueObjects, DataTransferObjects, Back-end For Front-ends, and Functional Programming Data Modelling
Context: I've seen some commonalities to the work I've been doing lately. In GraphQL/ReScript/Elm, we define records which are basically VO's; data that represent a thing in our domain.
-
Has TypeScript made you a better developer?
If you're interested in the more generic topic of "programming a computer", I really recommend checking out Haskell (I've some good tips on resources if you're interested), even if you'll never end up using it for anything, just because of the ideas it exposes you which you'd never otherwise probably stumble upon. Also from a front-end perspective, the Elm language's developer experience is probably the best I've seen in a while (also Elm being the language where Redux was "copied" from)
What are some alternatives?
rescript-compiler - The compiler for ReScript.
purescript - A strongly-typed language that compiles to JavaScript
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.
yew - Rust / Wasm framework for building client web apps
haskelm - Haskell to Elm translation using Template Haskell. Contains both a library and executable.
Vue.js - 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
idris - A Dependently Typed Functional Programming Language
Cycle.js - A functional and reactive JavaScript framework for predictable code
Tailwind CSS - A utility-first CSS framework for rapid UI development.
iced - A cross-platform GUI library for Rust, inspired by Elm
re-frame - A ClojureScript framework for building user interfaces, leveraging React
inferno - :fire: An extremely fast, React-like JavaScript library for building modern user interfaces