Blog articles/Web: Difference between revisions
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Mikesteele81) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
* [http://programming.reddit.com/goto?id=139vk Haskell and Web Applications] | * [http://programming.reddit.com/goto?id=139vk Haskell and Web Applications] | ||
* [http://programming.reddit.com/goto?id=12a6a Ruby and Haskell: write your Rails backend code in Haskell instead of C] | * [http://programming.reddit.com/goto?id=12a6a Ruby and Haskell: write your Rails backend code in Haskell instead of C] | ||
* [http://haskell-web.blogspot.com/2006/12/some-ideas-in-progress_13.html Haskell and the web: some ideas in progress] | * [http://haskell-web.blogspot.com/2006/12/some-ideas-in-progress_13.html Haskell and the web: some ideas in progress] | ||
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell] | * [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell] | ||
Line 15: | Line 12: | ||
* [http://blog.kfish.org/2007/06/review-tagsoup.html Library review: TagSoup] | * [http://blog.kfish.org/2007/06/review-tagsoup.html Library review: TagSoup] | ||
* [http://hitesh-jasani.blogspot.com/2007/11/parsing-html-with-haskell.html Parsing html with tagsoup] | * [http://hitesh-jasani.blogspot.com/2007/11/parsing-html-with-haskell.html Parsing html with tagsoup] | ||
=== Persistence === | |||
* [http://www.kuliniewicz.org/blog/archives/2009/04/05/happstackstate-the-basics/ Happstack.State - the basics] | |||
=== XML, Atom, RSS === | === XML, Atom, RSS === |
Latest revision as of 15:18, 6 February 2021
Web and XML
- Haskell and Web Applications
- Ruby and Haskell: write your Rails backend code in Haskell instead of C
- Haskell and the web: some ideas in progress
- A search engine (core) written in Haskell
- Haskell Transactional Cache
HTML
Persistence
XML, Atom, RSS
- Really simple Atom syndication
- A simple RSS aggregator in 50 lines of Haskell using HXT
- Using the Haskell XML Toolbox
- Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML
- A news aggregator
- Haskell Web Spider, Part 1: HaXML
- Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects
- Practical Examples of HXT in Action