[Haskell-cafe] what is *hack*?

2010-01-13 Thread Günther Schmidt
Hi, References to a Hack. module came in the responses to my posts on HTML-GUIs. What is Hack then? Günther ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] what is *hack*?

2010-01-13 Thread John Van Enk
http://hackage.haskell.org/package/hack 2010/1/13 Günther Schmidt gue.schm...@web.de Hi, References to a Hack. module came in the responses to my posts on HTML-GUIs. What is Hack then? Günther ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] what is *hack*?

2010-01-13 Thread Günther Schmidt
Hi John, thanks, I should have mentioned that I had found it on hackage, I just don't understand what it *is* or what it's supposed to be for. Günther Am 13.01.10 14:46, schrieb John Van Enk: http://hackage.haskell.org/package/hack 2010/1/13 Günther Schmidt gue.schm...@web.de

Re: [Haskell-cafe] what is *hack*?

2010-01-13 Thread John Van Enk
This may help more: http://wiki.github.com/nfjinjing/hack The Hack project is based off of a project known as Rack for ruby. I'm fairly sure the documentation you can find on Rack will help you understand what Hack does. 2010/1/13 Günther Schmidt gue.schm...@web.de Hi John, thanks, I should

Re: [Haskell-cafe] what is *hack*?

2010-01-13 Thread Magnus Therning
2010/1/13 John Van Enk vane...@gmail.com: This may help more: http://wiki.github.com/nfjinjing/hack The Hack project is based off of a project known as Rack for ruby. I'm fairly sure the documentation you can find on Rack will help you understand what Hack does. Not knowing what Rack is

Re: [Haskell-cafe] what is *hack*?

2010-01-13 Thread Michael Snoyman
Günther, Hack is a layer between a web application and a web server. It allows you to write a web application once and have it communicate with the server in different ways simply by swapping the handler. For example, I have applications that I test on my local system using