Matrix SDK implemented in Elm.
 
 
Go to file
Bram van den Heuvel 4797ba2f93 Add new Elm types
I have had a few helpful Elm ideas and lessons while at FOSDEM, which may help the project in positive ways. For example, the fact that the file `Leaking.elm` exists, suggests that the code has a few downsides that may shine through when a refactor is made. For this reason, some features will be reworked and reprogrammed.

Luckily, Elm's homepage claims that this language is easy to refactor. :)
2023-02-08 16:52:54 +01:00
development Add functions to create Elm files 2023-01-05 06:20:10 +01:00
src/Internal Add new Elm types 2023-02-08 16:52:54 +01:00
.gitignore Initial commit 2023-01-05 06:03:42 +01:00
Dependencies.canvas Add `src/Internal/Config` folder 2023-01-05 06:40:38 +01:00
Dependencies.png Add `src/Internal/Config` folder 2023-01-05 06:40:38 +01:00
LICENSE Initial commit 2023-01-05 06:03:42 +01:00
README.md Initial commit 2023-01-05 06:03:42 +01:00
elm.json Add repository design 2023-01-05 06:13:22 +01:00

README.md

Matrix SDK for Elm

This repository is a Matrix SDK for Elm.

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!