Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)