Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regiskuckaertz/capi-client
- Owner: regiskuckaertz
- License: bsd-3-clause
- Created: 2018-04-28T16:45:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T13:33:56.000Z (over 6 years ago)
- Last Synced: 2024-11-10T22:42:46.334Z (3 months ago)
- Language: Haskell
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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!