Skip to content

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

License

Notifications You must be signed in to change notification settings

nerdinand/elm-reed-solomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published