Blog articles/Web
From HaskellWiki
(Difference between revisions)
(→XML, Atom, RSS) |
m (fixed bad link) |
||
| Line 4: | Line 4: | ||
* [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] | ||
* Writing a Simple Search Engine in Haskell | * Writing a Simple Search Engine in Haskell | ||
| - | ** [http:// | + | ** [http://fpfreely.blogspot.com/2007/01/writing-simple-search-engine-in-haskell.html Part 0 Introduction] |
| - | ** [http:// | + | ** [http://fpfreely.blogspot.com/2007/02/writing-simple-search-engine-in-haskell.html Part 1 Maybe and List] |
* [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] | ||
Revision as of 14:46, 30 November 2007
Contents |
1 Web and XML
- Haskell and Web Applications
- Ruby and Haskell: write your Rails backend code in Haskell instead of C
- Writing a Simple Search Engine in Haskell
- Haskell and the web: some ideas in progress
- A search engine (core) written in Haskell
- Haskell Transactional Cache
1.1 HTML
1.2 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
