Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sloorush/notetaker-hs

Simple and sample notetaker application used to take notes written in Haskell.
https://github.com/sloorush/notetaker-hs

Last synced: 28 days ago
JSON representation

Simple and sample notetaker application used to take notes written in Haskell.

Awesome Lists containing this project

README

        

# notetaker-hs

Simple and sample notetaker application used to take notes written in Haskell.

This small project was made while learing Haskell.

Uses [Spock](https://hackage.haskell.org/package/Spock) and its built-in support for server state. Server state is used to implement an in-memory database of notes.