coffeescript
Elm
coffeescript | Elm | |
---|---|---|
54 | 215 | |
16,566 | 7,657 | |
0.0% | 0.0% | |
3.0 | 4.0 | |
over 1 year ago | about 1 year ago | |
CoffeeScript | Haskell | |
MIT License | 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.
coffeescript
- CoffeeScript
- Ask HN: Why don't browsers just build a non-JS interpreter?
-
alternatives to the javascript ecosystem
That said, there are ways to embrace the JS ecosystem without actually using JavaScript. Many popular languages have transpilers that will convert code written in that particular language into something that will run natively in a web browser (in other words, JavaScript). Even TypeScript is a language that gets transpiled into JavaScript, so it's not that outrageous of a concept, it just gets more difficult to do the further you get away from languages that don't already look like JavaScript.
-
Vanilla+PostCSS as an Alternative to SCSS
As a front-end web developer, do you still use CoffeeScript or jQuery? Unlikely, as TypeScript, ES/TC39 and Babel (and the retirement of Internet Explorer thanks to @codepo8 and his EDGE team) have helped to transform JavaScript into some kind of a modern programming language.
- Por que Elm é uma linguagem tão deliciosa?
-
An Introduction for TypeScript
CoffeeScript
-
Why React isn't dying
On the other hand, companies choose React because that's where all the developers are. If you want to build something that can be maintained years from now, you better not choose the next hype train that goes straight to nowhere (remember CoffeeScript ?). You want something battle tested that has stood the test of time, where you won't have trouble finding developers to scale once you need to. And nobody ever got fired for choosing React.
- List of languages that compile to JavaScript
- We're breaking up with JavaScript front ends
- Suggestion for coding project
Elm
- Cómo uso Nix, Nushell y Just para configurar mis proyectos de código
- Getting started with Squidex
-
How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL
To do that, we will use the Elm programming language.
-
3 Options to Avoid Side-Effects in Web Dev
Use languages that don’t have side-effects; Elm for UI, and Roc for API/CLI.
-
Reactivity in Programming
Reactive programming itself is rarely found in pure form. It is often combined with other paradigms. This is how such mixes as Imperative Reactive Programming, Object-Oriented Reactive Programming and Functional Reactive Programming appeared. The latter is the most popular, and the Elm language is considered one of its main representatives.
-
Tsonnet #13 - Carets, columns, and clues: adding lexing error tracing
I've drawn inspiration from Elm and the blog post Compiler Errors for Humans -- it is nearly a decade old and still inspiring to read.
-
An Ode to TypeScript Enums
When I see this it makes me want to run for ReasonML/ReScript/Elm/PureScript.
Sum types (without payloads on the instances they are effectively enums) should not require a evening filling ceremonial dance event to define.
https://reasonml.github.io/
https://rescript-lang.org/
https://elm-lang.org/
https://www.purescript.org/
(any I forgot?)
It's nice that TS is a strict super set of JS... But that's about the only reason TS is nice. Apart from that the "being a strict super set" hampers TS is a million and one ways.
To my JS is too broken to fix with a strict super set.
-
Why I'm leaving Elm (2020)
> It appears the last commits on GitHub are from mid 2024
That's not what I see.
The last commits for elm/compiler were minor fixes in 2023. Last substantial changes were in 2021. See https://github.com/elm/compiler/commits/master/
The last commits for elm/core were in the first months of 2021. See https://github.com/elm/core/commits/master/
> It appears the main developer is working on a new thing?
One of the problems is that the developer said several times, even in a recent interview, that he was still working on elm, with a focus on the long term. He gave a few vague hints about his private roadmap. After 4 years without any real public activity, I find it hard to believe there's some private activity.
-
Top FP technologies
Elm
- Run elm and lunarvim in a devcontainer
What are some alternatives?
emacs-ng - A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.
haste-compiler - A GHC-based Haskell to JavaScript compiler
imba - 🐤 The friendly full-stack language
purescript - A strongly-typed language that compiles to JavaScript
angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
language-thrift - Haskell parser for the Thrift IDL format.