https://github.com/stackbuilders/high-spec
The code for the specific endpoints blog post
https://github.com/stackbuilders/high-spec
Last synced: 6 months ago
JSON representation
The code for the specific endpoints blog post
- Host: GitHub
- URL: https://github.com/stackbuilders/high-spec
- Owner: stackbuilders
- License: bsd-3-clause
- Created: 2015-11-29T04:59:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T17:28:46.000Z (about 9 years ago)
- Last Synced: 2025-03-16T17:46:17.259Z (10 months ago)
- Language: ATS
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# high-spec
The code for the spefic endpoints blog post
If you would like to try this code. You should do the following:
- Use a GNU Linux/BSD machine like a sane person (mac doesn't count)
- install (gcc) and all the other build essentials
- [install ATS] [1]
- install the haskell tool named [stack] [2]
- clone this repo
- run the command [make] [3]
- use stack to [build the project] [4]
- you can try stuff in ghci with `stack ghci --ghc-options -Lats` if you would like
[1]: https://groups.google.com/forum/#!topic/ats-lang-users/Jj79enV9MpY
[2]: http://docs.haskellstack.org/en/stable/README.html
[3]: https://www.gnu.org/software/make/manual/html_node/Running.html
[4]: http://docs.haskellstack.org/en/stable/README.html#quick-start-guide
## License
Licensed under the BSD-3 License.