An open API service indexing awesome lists of open source software.

https://github.com/4ster-light/matrix

An alternative to the famous cmatrix C++ program written in Haskell
https://github.com/4ster-light/matrix

haskell matrix terminal

Last synced: 10 months ago
JSON representation

An alternative to the famous cmatrix C++ program written in Haskell

Awesome Lists containing this project

README

          

# matrix

An alternative to the famous program written in C `cmatrix` implemented in Haskell.

## Usage

```bash
stack run
```

> [!IMPORTANT]
> This program is only tested on Linux.
> And it doesn't have the full functionality of `cmatrix`.
>
> You need to have installed:
>
> - `cabal`
> - `stack`
> - `ghc`
>
> In order to run this program.
>