Earlier quoted context omitted.
> What would a user with a screen reader hear if he or she were to visit that page? Well, the page still renders paragraphs and titles to good ol' s and s, so i'd presume a screen reader would just read those things as the page content. Wouldn't it?
the screen reader needs to execute the javascript before it can read the tags. I'm not sure if they do that
New Adventures for Elm
61–70 of 95 posts
Re: New Adventures for Elm
#62I've been looking at the options for pure-functional languages targeting JS, and it seems that PureScript is superior to Elm from a technical perspective for full-stack webdev. PureScript takes the approach of providing a full Haskell-like language that is "native" to the JS world. It has the features and type system of Haskell, but atop a cleaned up version of Javascript's semantics (e.g. strict evaluation, not lazy…
Re: New Adventures for Elm
#63Earlier quoted context omitted.
Well, "superior" is subjective in this case. It's like an OO programmer claiming that Smalltalk is a superior language than Elm. Besides, Purescript is squarely targeted at experienced Haskell programmers, which is not the case of Elm. Elm is an ML language, not a Haskell dialect that compiles to JS. I also evaluated Elm, Purescript, Roy, F#, JS_of_Ocaml and ended up choosing Elm precisely for the reasons you chose t…
> "Elm is an ML language, not a Haskell dialect that compiles to JS." To be clear, Haskell also comes from the ML lineage.
Re: New Adventures for Elm
#64Earlier quoted context omitted.
> "Elm is an ML language, not a Haskell dialect that compiles to JS." To be clear, Haskell also comes from the ML lineage.
ML stands for machine learning, correct?
Re: New Adventures for Elm
#65I've been looking at the options for pure-functional languages targeting JS, and it seems that PureScript is superior to Elm from a technical perspective for full-stack webdev. PureScript takes the approach of providing a full Haskell-like language that is "native" to the JS world. It has the features and type system of Haskell, but atop a cleaned up version of Javascript's semantics (e.g. strict evaluation, not lazy…
I've been thinking about this a lot lately and I think you might be right. I've been using ClojureScript professionally for years, shipped some stuff with TypeScript, used GHCJS for some side-projects, and not feeling satisfied with doing front end development with any of them I spent some time catching up with new front end tech and AltJS languages over the Christmas break. Here's my highly opinionated and shallow t…
Re: New Adventures for Elm
#66Earlier quoted context omitted.
> "Elm is an ML language, not a Haskell dialect that compiles to JS." To be clear, Haskell also comes from the ML lineage.
ML stands for machine learning, correct?
Re: New Adventures for Elm
#67http://blog.overstuffedgorilla.com/server-side-elm-with-phoe...
Re: New Adventures for Elm
#68Re: New Adventures for Elm
#69Re: New Adventures for Elm
#70Earlier quoted context omitted.
Well, "superior" is subjective in this case. It's like an OO programmer claiming that Smalltalk is a superior language than Elm. Besides, Purescript is squarely targeted at experienced Haskell programmers, which is not the case of Elm. Elm is an ML language, not a Haskell dialect that compiles to JS. I also evaluated Elm, Purescript, Roy, F#, JS_of_Ocaml and ended up choosing Elm precisely for the reasons you chose t…
What were your reasons for picking Elm over js_of_ocaml?
Also, I was the only one with actual OCaml experience, and the other devs found Elm much easier to learn.
We almost went with Funscript, I think, but unfortunately F# on *nix was a no-go.