mausch / Figment

Web development DSL for F# , inspired on Sinatra and Compojure
http://bugsquash.blogspot.com/2010/08/figment-web-dsl-for-f.html
16 stars 3 forks source link

Pattern matching for URLs #6

Closed mausch closed 13 years ago

mausch commented 13 years ago

Define routing through pattern matching and active patterns alla Lift: http://scala-programming-language.1934581.n4.nabble.com/How-to-implement-a-hierarchical-REST-API-td1980516.html http://blog.addictivesoftware.net/2011/03/lift-by-use-case-3-a-rest-interface/

mausch commented 13 years ago

Doesn't apply to F#, and there's getf anyway