Bram
ab4379e897
The point of this refactor is to simplify the HTTP Task build process. This makes it easier to build more implementations on top later in the development, and it improves the code base's vocabulary. Currently, a lot of the Elm types have names like 'Snackbar' or 'Context' and they're even threatening to devolve into terms like 'Vnackbar'. Hopefully, many of these types should either be removed or gain renewed names. |
||
---|---|---|
development | ||
src | ||
.gitignore | ||
Dependencies.canvas | ||
Dependencies.png | ||
LICENSE | ||
README.md | ||
elm.json |
README.md
Matrix SDK for Elm
This repository is a Matrix SDK for Elm compatible with these spec versions.
How to install
This repository does not have its first version released! For now, you will need to install this library manually if you wish to use it.
Why Elm?
As a functional programming language that promises zero runtime exceptions and great optimized performance, Elm is a web application language that allows you to write reliable web applications or tiny programs.
This means that Elm makes it relatively easy to create all kinds of programs in almost no time!