[Haskell-cafe] Re: Can I use Haskell for web programming
Björn Bringert
bringert at cs.chalmers.se
Mon Jan 23 08:30:21 EST 2006
I think the easiest way to achieve that would be to do as Thomas Davie
suggested earlier and get a virtual server where you can install
whatever you want.
/Björn
Maurício wrote:
> I think it would be interesting to ask some professional site to
> install hsp, before I go to the cgi solution. If I want to do that, what
> should I ask them to install to get a full working environment, with
> access to SQL and other stuff?
>
> Maurício
>
> Niklas Broberg wrote:
>
>> hsp can be run in two different modes. Running the full-blown version
>> with runtime system will probably be hard on a professional site, you
>> would have to convince them to install hsp. But if you can do without
>> the fancier bits, in particular application-scoped data, you can run
>> hsp pages as ordinary cgi scripts. Look in the HSPR.CGI.RunCGI module.
>>
>> /Niklas
>>
>> On 1/21/06, Maurício <briqueabraque at yahoo.com> wrote:
>>
>>> They both look cool. Do you think I'll be able to find someone to
>>> host professional sites using those libraries?
>>>
>>> [....],
>>> Maurício
>>>
>>> Sebastian Sylvan wrote:
>>>
>>>> On 1/21/06, Maurício <briqueabraque at yahoo.com> wrote:
>>>>
>>>>
>>>>> Hi,
>>>>>
>>>>> Can I use Haskell to do what people do with, say, PHP? More and more
>>>>> I have the need for that, and I've been looking into Ruby on Rails. Do
>>>>> you thing Haskell could be a choice? Of course, I don't need something
>>>>> exactly like PHP (for instance, I don't care if I can't insert code in
>>>>> the middle of xhtml pages. If I have to generate everything from
>>>>> Haskell
>>>>> code, I would probably like it. Also, CGI can be a choice). But I need
>>>>> reasonable efficiency and to be able to find someone to host my site.
>>>>> What solutions do you suggest me?
>>>>>
>>>>
>>>>
>>>> Take a look at WASH and HSP...
>>>>
>>>> http://www.informatik.uni-freiburg.de/~thiemann/WASH/
>>>> http://www.cs.chalmers.se/~d00nibro/hsp/
>>>>
>>>> --
>>>> Sebastian Sylvan
>>>> +46(0)736-818655
>>>> UIN: 44640862
>>>
>>>
>>> _______________________________________________
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe at haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list