Blog articles/Web: Difference between revisions
DonStewart (talk | contribs) No edit summary |
DonStewart (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
* [http://cale.yi.org/index.php/HRSS A simple RSS aggregator in 50 lines of Haskell using HXT] | * [http://cale.yi.org/index.php/HRSS A simple RSS aggregator in 50 lines of Haskell using HXT] | ||
* [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox] | * [http://www.haskell.org/haskellwiki/HXT Using the Haskell XML Toolbox] | ||
=== Further reading === | |||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Web Web libraries on Hackage] | |||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Network Network libraries on Hackage] |
Revision as of 08:24, 18 July 2007
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
HTML
XML, Atom, RSS
- Really simple Atom syndication
- A simple RSS aggregator in 50 lines of Haskell using HXT
- Using the Haskell XML Toolbox