Haskell Server Pages

2003-11-19 Thread Grigory Makeev
Hello, I'm interested in writing a personal home-page in a functional way, and i'm in need of some clues. Is there any resource, devoted exactly to the functional approaches to the web programming and web design? I've seen a WASH project, but i'm not really saticefied with the way pages look

Haskell Server Pages

2003-11-19 Thread Grigory Makeev
Hello, I'm interested in writing a personal home-page in a functional way, and i'm in need of some clues. Is there any resource, devoted exactly to the functional approaches to the web programming and web design? I've seen a WASH project, but i'm not really saticefied with the way pages look

oh, i'm sorry for doubling a message

2003-11-19 Thread Grigory Makeev
___ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: Functional Code Generation

2003-11-19 Thread Shawn P. Garbett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 November 2003 5:30 am, Brandon Michael Moore wrote: I think I remeber seeing a paper about techniques for writing code generators in Haskell targeting stack based bytecodes that encoded bytecode sequences in a way that the

Partially ordered collections (revisited)

2003-11-19 Thread Graham Klyne
I've taken the suggestions made by Tom and Robert and combined them into a new module with some supporting functions and test cases. A copy is attached, in case it's of use to anyone. #g Graham Klyne For email:

Re: Haskell Server Pages

2003-11-19 Thread Niklas Broberg
I am part of a project working on an implementation of an HSP system, very much inspired by the paper you mention by Eric Meijer and Daan Leijen. It is our goal to make a complete HSP system with a model for HTML in Haskell, a pre-processor, and a runtime system/plugins for various web servers.

Aggressive inlining

2003-11-19 Thread Blue Steel
I'm working on a parlor trick. I would like to solve a 3-SAT problem at compile time, so that the executable is super fast. Consider --- formula (x1,x2,x3) = (x1 || x2) x3 tf = [True, False] assignments = [(x1,x2,x3)|x1-tf,x2-tf,x3-tf]

Re: Functional Code Generation

2003-11-19 Thread Claus Reinke
I think I remeber seeing a paper about techniques for writing code generators in Haskell targeting stack based bytecodes that encoded bytecode sequences in a way that the typechecker could give you some sanity guarantees, .. you don't ask a question, but I assume you'd like us to share any

GHC and Panther (Mac OS X 10.3)

2003-11-19 Thread Thomas Davie
Hi, I've just upgraded to OS X 10.3 and have been having some problems with ghc. I'm using ghc 5.04.3 because it is compatible with hat - I'm doing a uni project on hat at the moment, so it's critical that it works. When I attempt to build hmake using ghc I get a whole load of errors