https://github.com/owickstrom/declarative-gtk-programming-in-haskell
A talk given at LambdAle
https://github.com/owickstrom/declarative-gtk-programming-in-haskell
Last synced: 28 days ago
JSON representation
A talk given at LambdAle
- Host: GitHub
- URL: https://github.com/owickstrom/declarative-gtk-programming-in-haskell
- Owner: owickstrom
- Created: 2018-09-01T08:04:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T15:17:25.000Z (over 6 years ago)
- Last Synced: 2025-03-29T13:12:11.168Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://owickstrom.github.io/declarative-gtk-programming-in-haskell/#/title-slide
- Size: 3.23 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Declarative GTK+ Programming in Haskell
A talk given at LambdAle in London, September 1st, 2018.
## Building
This requires:
* Make
* TexLive
* Pandoc 2.x
* pandoc-include-code
* pandoc-emphasize-code >= 0.2.4Run:
```
make
```## License
Code examples under `src/listings/`, and the theme and build configuration, are
all licensed under [Mozilla Public License Version
2.0](https://www.mozilla.org/en-US/MPL/2.0/).The contents of the slides are "All rights reserved" licensed.
Copyright 2018 Oskar Wickström