Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T09:38:21.000Z (over 9 years ago)
- Last Synced: 2024-10-23T04:53:05.427Z (3 months 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)