[web-devel] A light-weight web framework

David House dmhouse at gmail.com
Thu Apr 5 09:51:31 EDT 2007


On 05/04/07, Joel Reymont <joelr1 at gmail.com> wrote:
> Why do you want to embed Haskell code in templates?

Why add another dependency, force your coders to learn another
language, restrict yourself to a language which isn't as expressive as
Haskell, reduce your ability to reuse code from different areas of the
project and decrease project-wide consistency when you could just
write your templates in Haskell to begin with?

Haskell is the king of EDSL. Let's take advantage of that.

-- 
-David House, dmhouse at gmail.com


More information about the web-devel mailing list