Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/regiskuckaertz/capi-client

Playground for Haskell exercices
https://github.com/regiskuckaertz/capi-client

Last synced: about 1 month ago
JSON representation

Playground for Haskell exercices

Awesome Lists containing this project

README

        

# Welcome to our toy CAPI playground

Over the course of the coming weeks, we'll be writing a little interpreter for CAPI queries. In doing so, we'll have to grok several recurring concepts in Haskell applications and put them to good use.

So, let's get started. In order to work in this project, you will need to install [Stack](https://docs.haskellstack.org/en/stable/README/). Once that is done, in this project's root folder:

- run `stack setup`
- run `stack build --file-watch`
- get cracking!