-
This works in the architecture examples - (=>) = (,) - but gets the following error in the tutorials.
> (=>) = (,)
> -- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm
…
-
I've been taking a look at what is currently known about Elm 0.17, and thought I'd jot down a few thoughts.
One theme in Elm 0.17 is that the Elm runtime has become more coherently defined, with thin…
-
The two biggest pngs + the two biggest gifs totalled 1.7MB out of 3MB total for downloading the dwyl/learn-elm-architecture page. They definitely have advantages, but maybe consider
a) Linking to i…
-
Around [Splitting Programs](https://zaid-ajaj.github.io/the-elmish-book/#/chapters/scaling/splitting-programs) a lot of lines are spent explaining prop drilling in the Elm architecture. `ElmishCompone…
-
- Use Elm ports to save a dictionary of the machine and tape they're working on.
- Autosave the machine every so often
- Allow them to create multiple machines (and load them!).
- When they load o…
-
When I was creating a pagination with bucklescript-tea, I found that I could never get the "next" and "previous" button right. And I found a bug. It is the case if the `msg` for onClick is a `if` cond…
-
We need this tutorial to be reviewed by a person who is _reasonably_ `new` to both JavaScript and the Elm Architecture so that we can:
+ [ ] _confirm_ that the steps are clear
+ [ ] check code is w…
-
Some thoughts I needed to get down before proceeding (this is long):
My personal approach to web development has been evolving rapidly since I published the Semantic DOM and Modular UI packages. At…
-
I was thinking about some other concepts that we don't have at the moment.
I would love to have some opinions. We can leave this issue open to discuss that topic.
## String => #536
That would …
-
From https://github.com/oilshell/oil/wiki/How-Interactive-Shells-Work
> If a shell provides high-level support for this, layout and rendering can be performed by the shell but not by the shell scri…