elm-matrix-sdk-alpha/README.md

14 lines
681 B
Markdown
Raw Normal View History

2023-01-05 05:03:42 +00:00
# Matrix SDK for Elm
2023-03-05 21:44:05 +00:00
This repository is a [Matrix](https://matrix.org/) SDK for [Elm](https://elm-lang.org/) compatible with [these spec versions](src/Internal/Api/README.md).
2023-01-05 05:03:42 +00:00
## 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](https://elm-lang.org/) 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!