Haskell Web Server Was Re: HTTP protocol libraries

2003-03-05 Thread shae
gt; somewhere, though). There's also a neat version called HWS-WP (with plugins) that allows for apache-style plugin loading that uses Andre Pang's runtime loader for GHC. You can get it from the CVS tree of http://sf.net/projects/haskell-libs/ -- Shae Matijs Erisson - 2 days older tha

Re: source layout

2003-03-06 Thread shae
of googling turned up these: http://www.haskell.org/~simonmar/libraries/libraries.html http://www.cs.ou.edu/~rlpage/fpclassFall96/handouts/styleGuide.html http://www.cs.bris.ac.uk/Teaching/Resources/COMS12100/java/style.html Hope this helps, -- Shae Matijs Erisson - 2 days older than RFC0226 #haske

Re: clueless GHCI user wishes to load QuickCheck

2003-03-11 Thread shae
e original QuickCheck paper -- Shae Matijs Erisson - 2 days older than RFC0226 #haskell on irc.freenode.net - We Put the Funk in Funktion 10 PRINT "HELLO" 20 GOTO 10 ; mapM_ putStrLn $ fix ("hello":)

ANNOUNCE: lambdabot 1.0 - IRC 'bot in Haskell

2003-04-03 Thread shae
Announcing the release of lambdabot 1.0 lambdabot is an IRC 'bot and plugin framework written in Haskell by Andrew Bromage, and a collection of plugins by Shae Erisson, Taylor Campbell, and Derek Elkins. http://sourceforge.net/projects/haskell-libs/ W

Re: We need "Documentation"

2001-12-13 Thread Shae Erisson
Python in about two weeks with the online Python tutorial, I think something similar for Haskell would greatly increase the number of Haskell users. Shae Matijs Erisson - http://www.webwitches.com/~shae/ Rabid Linux/XEmacs User - MSOffice documents will be returned as LaTeX _

Re: We need "Documentation"

2001-12-13 Thread Shae Erisson
d anyone be interested in working on a similar thing for Haskell? me! I'd suggest a HaskellWiki page, since multiuser edits are low overhead there. Shae Matijs Erisson - http://www.webwitches.com/~shae/ Rabid Linux/XEmacs User - MSOffice docum

Haskell Wiki is down, could someone fix it?

2002-08-03 Thread Shae Matijs Erisson
As the subject says, the Haskell Wiki is showing blank pages again, could someone fix it? Thanks, -- Shae Matijs Erisson - http://www.webwitches.com/~shae/ ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

ANNOUNCE: 0th International Obfuscated Haskell Code Contest

2003-02-14 Thread Shae Matijs Erisson
portable across platforms (i.e. no Linux-specificisms) * use of ANSI/VTxxx codes which are not limited to a specific brand of terminal and work in a standard xterm are portable * FFI is discouraged, we want real Haskell source. Five person jury: * Richard Braakman (dark) * Shae

Re: ANNOUNCE: 0th International Obfuscated Haskell Code Contest - http://iohc.mgoetze.net/

2003-02-14 Thread Shae Matijs Erisson
The following message is a courtesy copy of an article that has been posted to comp.lang.functional as well. I didn't include the url for rule updates and winner announcements. Here it is: http://iohc.mgoetze.net/ -- Shae Matijs Erisson - 2 days older than RFC0226 #haskell on irc.freenod

Re: Q. about XML support

2003-02-20 Thread Shae Matijs Erisson
quires some ingenuity.) Do you have a version of HXML + (any) namespace support online or otherwise available for playing with? I'd like to try it. thanks, -- Shae Matijs Erisson - 2 days older than RFC0226 #haskell on irc.freenode.net - W

Re: looking for Database Interface in Haskell

2003-03-03 Thread Shae Matijs Erisson
he mysql interface myself, but I have tried the postgresql code. It works, but it does explode if you do something unexpected. http://sourceforge.net/projects/htoolkit/ -- Shae Matijs Erisson - 2 days older than RFC0226 #haskell on irc.freenode.n

[Haskell] EuroHaskell - come to sweden, write code

2004-04-21 Thread Shae Matijs Erisson
You are cordially invited to come to EuroHaskell for fun and code. EuroHaskell is a sprint[1] and gathering happening at Chalmers University of Technology in Gothenburg, Sweden on June 10th, 11th, and 12th. The goal is to meet, learn, and code. The [dis]organizers are BjÃrn Bringert and Shae

[Haskell] ANNOUNCE: The Succ Zero International Obfuscated Haskell Code Contest!

2004-08-03 Thread Shae Matijs Erisson
ated code shows neat and unusual ways of structuring a program, cool tricks, dark nooks and crannies you've never thought of, and is generally a good way to shake off all that software discipline and stomp around in the muddy world of spaghetti code for a quick vacation. -- Shae Matijs Erisson

[Haskell] Succ Zeroth IOHCC Results http://www.scannedinavian.org/iohcc/succzeroth-2004/

2004-10-09 Thread Shae Matijs Erisson
Best Abuse of Compiler Specific Features and Best Signature Sized Entry DonSteward with Crawl Most Useful submission JeremyGibbons with PiSpigot Thanks to everyone who entered! Please enter again next year! -- Shae Matijs Erisson - Programmer - http://www.ScannedInAvian.org/ "I will, as w

Parameterized Show? was Re: [Haskell] Conceptual overloading of show?

2004-11-11 Thread Shae Matijs Erisson
but I don't how to capture it with Haskell's Read/Show classes. Some discussion on #haskell turned up: Björn Bringert mentioned the THDeriveXmlRpcType module in his XmlRpc library. So maybe Show can be parameterized on various 'transports' ? Philippa Cowderoy suggested &qu

Declarative Parallelism was Re: [Haskell] Implicit parallel functional programming

2005-01-20 Thread Shae Matijs Erisson
own CPU and only have to return a Maybe result. Bjorn Lisper predicted this in another post to this thread. -- Shae Matijs Erisson - http://www.ScannedInAvian.com/ - Sockmonster once said: You could switch out the unicycles for badgers, and the game would be the same. _

[Haskell] The Monad.Reader - Become an author for the Haskell eZine!

2005-02-03 Thread Shae Matijs Erisson
ol or application that deserves more attention? Have a cunning hack that makes coding more fun? Got that visionary idea people should know about? Write an article for The Monad.Reader! Contact Shae Erisson ( [EMAIL PROTECTED] ) to become an author, or talk to shapr on the #haskell irc chann

[Haskell] First Issue of The Monad.Reader is online.

2005-03-01 Thread Shae Matijs Erisson
The first issue of The Monad.Reader is available: http://www.haskell.org/hawiki/TheMonadReader_2fIssueOne We'd like to hear what you think: http://www.haskell.org/hawiki/TheMonadReader_2fIssueOne_2fFeedBack -- Shae Matijs Erisson - http://www.ScannedInAvian.com/ - Sockmonster once said

[Haskell] QuickCheck typeclass properties was Re: MonadPlus

2005-05-01 Thread Shae Matijs Erisson
s.html -- Programming is the Magic Executable Fridge Poetry, | www.ScannedInAvian.com It is machines made of thought, fueled by ideas. | -- Shae Matijs Erisson ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] The Monad.Reader - http://www.haskell.org/tmrwiki/IssueTwo

2005-05-01 Thread Shae Matijs Erisson
m One of these lives has futures (and subcontinuations!)| --Shae Matijs Erisson ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Existing Haskell IPv6 Code was Re: Should inet_ntoa Be Pure?

2005-05-09 Thread Shae Matijs Erisson
rttun/network-alt/ -- It seems I've been living two lives. One life is a self-employed web developer In the other life, I'm shapr, functional programmer. | www.ScannedInAvian.com One of these lives has futures (and subcontinuations!)| --Shae Matijs Erisson

[Haskell] Re: Beyond ASCII only editors for Haskell

2005-05-22 Thread Shae Matijs Erisson
InAvian.com One of these lives has futures (and subcontinuations!)| --Shae Matijs Erisson ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] fptools tree bsd3 licensed? was Re: PPrint license

2005-05-30 Thread Shae Matijs Erisson
Samuel Bronson <[EMAIL PROTECTED]> writes: > Anybody know anything about this? I think anything in fptools is BSD3 licensed, but I'm not sure if that's true. -- Genius is an action. - Shae Matijs Erisson - http://www.ScannedInAvian.com

[Haskell] Been there, it's great. Let's do it again, Re: HaskellForge

2005-05-30 Thread Shae Matijs Erisson
s a self-employed web developer In the other life, I'm shapr, functional programmer. | www.ScannedInAvian.com One of these lives has futures (and subcontinuations!)| --Shae Matijs Erisson ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] June Issue of The Monad.Reader now online - http://www.haskell.org/tmrwiki/IssueThree

2005-05-31 Thread Shae Matijs Erisson
I've been living two lives. One life is a self-employed web developer In the other life, I'm shapr, functional programmer. | www.ScannedInAvian.com One of these lives has futures (and subcontinuations!)| --Shae Matijs Erisson ___ Haskell

[Haskell] Re: pros and cons of static typing and side effects ?

2005-08-11 Thread Shae Matijs Erisson
d sometimes I write down the type signatures first and figure out the code from there. >From my viewpoint, type systems are one tool in the toolbox, no silver bullet, but at least a multitool :-) -- Shae Matijs Erisson - http://www.ScannedInAvian.com/ - Sockmonster o

[Haskell] The Monad.Reader - http://www.haskell.org/tmrwiki/IssueFive

2005-10-02 Thread Shae Matijs Erisson
to write an article, contact Shae Erisson! http://www.haskell.org/tmrwiki/IssueFive -- Shae Matijs Erisson - http://www.ScannedInAvian.com/ - Sockmonster once said: You could switch out the unicycles for badgers, and the game would be the same

[Haskell] Making the haskell.org website more open with a wiki? was Re: Making Haskell more open

2005-11-11 Thread Shae Matijs Erisson
lems of community updating, searching, file attachments, and the like. On the other hand, those same problems could also be solved by putting the website into a darcs repository and allowing certain users to push changes. Then anyone could send a patch to one of those certain users. -- Shae Matijs E

[Haskell] Accessing The Haskell community via nntp, http, and smtp, was Re: Making Haskell more open

2005-11-11 Thread Shae Matijs Erisson
x27;t use > fora, so I probably talk nonsense. That would be gmane.org. It has a web interface[1] [2], nntp interface, and it works with all mailing lists that subscribe to it. It's also free. [1] http://blog.gmane.org/gmane.comp.lang.haskell.general/ [2] http://news.gmane.org/

[Haskell] Re: Simple and Easy Persistence

2005-12-06 Thread Shae Matijs Erisson
d a little cumbersome. I like SerTH - http://www.cs.helsinki.fi/u/ekarttun/SerTH/ -- Shae Matijs Erisson - http://www.ScannedInAvian.com/ - Sockmonster once said: You could switch out the unicycles for badgers, and the game would be the same. ___ Haskell ma

[Haskell] Re: Trying On Learn Haskell Web Server

2006-03-06 Thread Shae Matijs Erisson
k.uni-freiburg.de/~thiemann/haskell/WASH/ -- I've tried to teach people autodidactism,| ScannedInAvian.com but it seems they always have to learn it for themselves.| Shae Matijs Erisson ___ Haskell mailing list Haskell@haskell.org http://

[Haskell] Re: Trying On Learn Haskell Web Server

2006-03-10 Thread Shae Matijs Erisson
I've tried to teach people autodidactism,| ScannedInAvian.com but it seems they always have to learn it for themselves.| Shae Matijs Erisson ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Speed of development/change? Re: Haskell as a disruptive technology?

2006-03-27 Thread Shae Matijs Erisson
code to add new features in equally small amounts of time. What if development time for new programs was measured in days not years? -- I've tried to teach people autodidactism,| ScannedInAvian.com but it seems they always have t