Applications and libraries/Network
From HaskellWiki
(Difference between revisions)
m |
(Use definition-list style) |
||
| Line 1: | Line 1: | ||
== Network == | == Network == | ||
| - | + | ;[[Lambdabot]] | |
| - | + | :An IRC bot implemented in Haskell, with a plugin architecture, providing many many services, including: | |
| - | + | * Haskell evaluation, type and kind checking | |
| - | + | * Type search, identifier search, library search, google and wikipedia search | |
| - | + | * Code refactoring | |
| + | * And more! | ||
| - | + | ;[http://www.haskell.org/hircules/ Hircules] | |
| + | :An IRC client in haskell | ||
| - | + | ;[http://j.mongers.org/pub/haskell/darcs/conjure/ conjure] | |
| + | :Conjure is a Haskell implementation of the bittorrent protocol | ||
| - | + | ;[http://darcs.complete.org/gopherbot/ gopherbot] | |
| + | :A gopher caching spider, similar in goals to the wayback machine at archive.org. Written in Haskell, uses the HDBC database engine. | ||
| - | + | ;[http://repetae.net/john/computer/ginsu/ Ginsu] | |
| + | :Ginsu is a client for the gale chat system. It is designed to be powerful and above all stable, as well as having a quick learning curve. | ||
| - | + | ;[http://cs.helsinki.fi/u/ekarttun/network-alt/ network-alt] | |
| + | :Alternative high speed network implementation supporting varios IO strategies including epoll. | ||
| - | + | ;[http://cs.helsinki.fi/u/ekarttun/hsgnutls/ hsgnutls] | |
| + | :Support for SSL/TLS connections. | ||
Revision as of 13:21, 31 March 2006
Network
- Lambdabot
- An IRC bot implemented in Haskell, with a plugin architecture, providing many many services, including:
- Haskell evaluation, type and kind checking
- Type search, identifier search, library search, google and wikipedia search
- Code refactoring
- And more!
- Hircules
- An IRC client in haskell
- conjure
- Conjure is a Haskell implementation of the bittorrent protocol
- gopherbot
- A gopher caching spider, similar in goals to the wayback machine at archive.org. Written in Haskell, uses the HDBC database engine.
- Ginsu
- Ginsu is a client for the gale chat system. It is designed to be powerful and above all stable, as well as having a quick learning curve.
- network-alt
- Alternative high speed network implementation supporting varios IO strategies including epoll.
- hsgnutls
- Support for SSL/TLS connections.
