Matrix SDK implemented in Elm.
 
 
Go to file
Bram van den Heuvel caab0ae0bb Finish 1st version of open types
The code is very messy and there are a few optimizations to be made before the code is both user- and developer-friendly, but at least it works.
2023-03-02 14:55:08 +01:00
development
src/Internal
.gitignore
Dependencies.canvas
Dependencies.png
LICENSE
README.md
elm.json

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!