Based on our record, Elm should be more popular than Haxe. It has been mentiond 123 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The proprietary tools were only an issue for people who needed the timeline. Games-wise, Both Actionscript 2 and 3 were perfectly usable without Flash. The MTASC compiler was a massive game-changer, and then Adobe released the AS3 compiler themselves, and certainly when I was at a consultancy working on a massive, expensive game, none of us were authoring anything in Flash. Even the designers and artists simply... - Source: Hacker News / 3 months ago
Have you checked out https://haxe.org/. - Source: Hacker News / 9 months ago
"Flash went away faster than a replacement emerged." Not really how it looks to me: https://haxe.org/. - Source: Hacker News / 11 months ago
This remineds me of Haxe[1]. I like Wax better because of the Common-Lisp-like syntax. [1]: https://haxe.org. - Source: Hacker News / about 1 year ago
I thought this was a three.js demo but it's actually built with a language called haxe [1]. I've never heard of this language before and looks really cool. Makes me want to play with it! [1] https://haxe.org/. - Source: Hacker News / about 1 year ago
Use languages that don’t have side-effects; Elm for UI, and Roc for API/CLI. - Source: dev.to / about 1 month ago
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. - Source: dev.to / about 2 months ago
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. - Source: dev.to / 2 months ago
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... - Source: Hacker News / 3 months ago
Elm, ReScript, F#, Ocaml, Scala… it’s just normal to name your types, then use them places. In fact, you’ll often create the types _before_ the code, even if you’re not really practicing DDD (Domain Driven Design). Yes, you’ll do many after the fact when doing functions, or you start testing things and decide to change your design, and make new types. Either way, it’s just “the norm”. You then do the other norms... - Source: dev.to / 8 months ago
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Elixir - Dynamic, functional language designed for building scalable and maintainable applications
Kotlin - Statically typed Programming Language targeting JVM and JavaScript
ReasonML - ReasonML is a new face to OCaml that--when coupled with BuckleScript--makes web development easy...
Clojure - Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions