[Haskell-cafe] 25k lines of ASP to 4.2k lines of Haskell, with considerably more functionality

2007-04-04 Thread Adam Peacock
Haskell in the real world: http://braintreehemp.com.au/ Source available from: darcs get http://braintreehemp.com.au/www.braintreehemp.com.au-WASH/ The site features: - Written in Haskell, using WASH http://www.informatik.uni-freiburg.de/~thiemann/WASH/ - Shopping basket and checkout - Google

Re: [Haskell-cafe] A new code search engine

2007-02-14 Thread Adam Peacock
On 2/14/07, Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote: http://www.krugle.com/ Unlike Google, you can specify Haskell as a language. It is true that you can't directly specify the programming language with Google. But you can specify the filetype, i.e. hs or lhs, with Google. To do this, j

Re: [Haskell-cafe] HTTPS in Haskell

2006-08-18 Thread Adam Peacock
On 8/18/06, Pasqualino 'Titto' Assini <[EMAIL PROTECTED]> wrote: Is there any implementation of HTTPS/SSL in Haskell? This would seem to be critical to develop commercial web applications. WASH has a run time function ( runWithOptions ) that has type: runWithOptions :: CGIOptions -> CGI ()

[Haskell-cafe] AJAX applications in Haskell

2006-08-09 Thread Adam Peacock
On 8/10/06, Jared Updike <[EMAIL PROTECTED]> wrote: [..] http://www.ugcs.caltech.edu/~lordkaos/calc.cgi (source available here http://www.ugcs.caltech.edu/~lordkaos/calc.tar.gz) I've only recently joined this mailing list, and there seems to be a considerable amount of talk about Haskell and