by biscarch on 3/1/14, 9:31 PM with 83 comments
by BadassFractal on 3/1/14, 11:00 PM
Clojure has "Web Development with Clojure" which is basically what I listed above, except for Clojure rather than Haskell.
by boothead on 3/1/14, 10:52 PM
by kayloos on 3/2/14, 9:07 AM
I used it for a personal project of mine, which is creating an rss reader resembling the now dead iGoogle (which I loved), and although I had to read a lot of source code to get it to work, I really enjoyed how I worked with it, after figuring out the patterns on how to use it.
It definitely isn't finished, it could use some love by some eager developers, but in my opinion it has the potential to be the best framework out there.
- It extends scotty, so defining routes and control logic is fast and simple - It does not cage you in with a template language, or libraries that you don't want thrown in your face.
For example, I used Scotty with my own templating language I made for fun (hemplate), as well as a validation library I made, which I hope to finish in the near future, (after I get a job).
by MaxGabriel on 3/2/14, 4:20 AM
by egonschiele on 3/2/14, 3:03 AM
by cgag on 3/2/14, 5:42 AM
by rgbrgb on 3/1/14, 10:55 PM
by sssilver on 3/1/14, 11:14 PM
by maxharris on 3/2/14, 5:32 AM
by acconrad on 3/2/14, 8:41 PM
by sudeep1 on 3/2/14, 11:44 AM