/elm-reed-solomon

An attempt at implementing Reed-Solomon error correction in Elm.

Primary LanguageJavaScriptOtherNOASSERTION

elm-reed-solomon

This is a wrapper around erc-js using Elm ports.

This is a prerequisite for my other project, a QR code library written in Elm.

Usage

There's a little demo app bundled with this project. To compile, run:

elm-make src/ReedSolomon/**/*.elm --output=lib/ReedSolomon.js

Then open index.html with your browser.