https://github.com/timjb/reroute-talk
Talk about type-safe routing with reroute presented at Curry Club Augsburg
https://github.com/timjb/reroute-talk
haskell presentation spock
Last synced: about 1 year ago
JSON representation
Talk about type-safe routing with reroute presented at Curry Club Augsburg
- Host: GitHub
- URL: https://github.com/timjb/reroute-talk
- Owner: timjb
- Created: 2015-04-23T06:48:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T09:38:21.000Z (almost 11 years ago)
- Last Synced: 2025-02-04T20:32:07.321Z (over 1 year ago)
- Topics: haskell, presentation, spock
- Language: Haskell
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reroute-Talk
Fahrplan:
* Einleitung: [Spock-Webseite](https://spock.li/)
* Curry-Rezepte-Webseite-Beispiel: [curry-recipes/src/Main.hs](curry-recipes/src/Main.hs)
* Probleme (repetitiver Code, Links aktuell halten) aufzeigen
* Livecoding: Lösung derselben mit der neuen API (verbesserte Version: [curry-recipes/src/MainSafe.hs](curry-recipes/src/MainSafe.hs))
* Übersicht über neue API: [slides/reroute-api.hs](slides/reroute-api.hs)
* Wie lösen andere Frameworks diese Probleme? [slides/other-frameworks.hs](slides/other-frameworks.hs)
* Livecoding: [slides/HVect.hs](slides/HVect.hs)
* Livecoding: [slides/Reroute.hs](slides/Reroute.hs)
Vortrag als Blogpost (ohne die Implementierungsdetails): [Type-safe routing in Spock](http://www.spock.li/2015/04/19/type-safe_routing.html)