Matrix SDK implemented in Elm.
 
 
Go to file
Bram a423c179ae Notify repo visitors about the beta repository 2023-12-16 02:11:56 +01:00
development Add filter problem whitepaper 2023-05-12 20:18:09 +02:00
src Update spec description 2023-11-03 22:45:26 +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 Notify repo visitors about the beta repository 2023-12-16 02:11:56 +01:00
elm.json Improve complex data types using FastDict 2023-11-03 22:44:29 +01:00

README.md

⚠️⚠️⚠️ This project has migrated to a beta version on noordstar/elm-matrix-sdk-beta!

Matrix SDK for Elm (alpha)

This repository is an alpha version of the Matrix SDK for Elm compatible with these spec versions.

This alpha version is highly experimental. It has been replaced by a beta version repository.

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!