Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-10 Thread Michael Snoyman
On Mon, Aug 9, 2010 at 4:14 PM, Liam O'Connor lia...@cse.unsw.edu.auwrote: @Michael: Have you seen the JSMacro package on hackage? I think it might be a better fit as it adds some nice syntactic goodies to JS in addition to variable interpolation. I assume you're referring to JMacro,

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-09 Thread Michael Snoyman
OK, I declare myself officially unable to make a decision on this one: there's just too many good options ;). I beseech the community to aid me in my plight, by taking a survey on the names available[1]. Michael [1]

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-09 Thread Liam O'Connor
@Michael: Have you seen the JSMacro package on hackage? I think it might be a better fit as it adds some nice syntactic goodies to JS in addition to variable interpolation. Cheers. ~Liam On 9 August 2010 22:59, Michael Snoyman mich...@snoyman.com wrote: OK, I declare myself officially unable

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Michael Snoyman
Quick update: I'm including the Stylish code in the hamlet package now, and renaming it to Camlet (CSS-hamlet). I'm also including something called Jamlet, which doesn't do much besides variable interpolation. As you might guess, it's for Javascript. I mention it at the end of my most recent blog

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Tim Matthews
On Sun, Aug 8, 2010 at 9:20 PM, Michael Snoyman mich...@snoyman.com wrote: Quick update: I'm including the Stylish code in the hamlet package now, and renaming it to Camlet (CSS-hamlet). I'm also including something called Jamlet, which doesn't do much besides variable interpolation. As you

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Michael Snoyman
On Sun, Aug 8, 2010 at 1:03 PM, Tim Matthews tim.matthe...@gmail.comwrote: On Sun, Aug 8, 2010 at 9:20 PM, Michael Snoyman mich...@snoyman.comwrote: Quick update: I'm including the Stylish code in the hamlet package now, and renaming it to Camlet (CSS-hamlet). I'm also including something

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Lyndon Maydwell
Sassy? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Alexander Dunlap
On Sun, Aug 8, 2010 at 4:00 AM, Michael Snoyman mich...@snoyman.com wrote: On Sun, Aug 8, 2010 at 1:03 PM, Tim Matthews tim.matthe...@gmail.com wrote: On Sun, Aug 8, 2010 at 9:20 PM, Michael Snoyman mich...@snoyman.com wrote: Quick update: I'm including the Stylish code in the hamlet

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread Gábor Lehel
On Sun, Aug 8, 2010 at 3:15 PM, Alexander Dunlap alexander.dun...@gmail.com wrote: On Sun, Aug 8, 2010 at 4:00 AM, Michael Snoyman mich...@snoyman.com wrote: On Sun, Aug 8, 2010 at 1:03 PM, Tim Matthews tim.matthe...@gmail.com wrote: On Sun, Aug 8, 2010 at 9:20 PM, Michael Snoyman

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-08 Thread wren ng thornton
Alexander Dunlap wrote: CaSSius and JSaesar? +1 for Cassius. -- Live well, ~wren ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-06 Thread Michael Snoyman
On Thu, Aug 5, 2010 at 3:41 PM, Tim Matthews tim.matthe...@gmail.comwrote: On Thu, Aug 5, 2010 at 11:33 PM, Mark Bradley barkmad...@gmail.comwrote: but CSS type checking might be possible within hamlet. I have often wondered OK haml implemented now what about sass. Michael Snoyman what is

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-06 Thread Benedict Eastaugh
On 6 August 2010 09:19, Michael Snoyman mich...@snoyman.com wrote: After looking into sass a little bit, I've decided I like it ;). I see the following benefits of implementing something sass-like in Haskell via quasi-quotation: * Compile-time guarantee of well-formedness. * The speed

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-06 Thread Michael Snoyman
On Fri, Aug 6, 2010 at 12:28 PM, Benedict Eastaugh ionf...@gmail.comwrote: On 6 August 2010 09:19, Michael Snoyman mich...@snoyman.com wrote: After looking into sass a little bit, I've decided I like it ;). I see the following benefits of implementing something sass-like in Haskell via

[Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-05 Thread Tim Matthews
On Thu, Aug 5, 2010 at 11:33 PM, Mark Bradley barkmad...@gmail.com wrote: but CSS type checking might be possible within hamlet. I have often wondered OK haml implemented now what about sass. Michael Snoyman what is your opinions on sass? Would a sass inspired syntax like you did with the

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-05 Thread Felipe Lessa
On Thu, Aug 5, 2010 at 9:41 AM, Tim Matthews tim.matthe...@gmail.com wrote: I have often wondered OK haml implemented now what about sass. Michael Snoyman what is your opinions on sass? Would a sass inspired syntax like you did with the haml-hamlet fit in well and if so, as it often best to

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-05 Thread Michael Snoyman
On Thu, Aug 5, 2010 at 3:41 PM, Tim Matthews tim.matthe...@gmail.comwrote: On Thu, Aug 5, 2010 at 11:33 PM, Mark Bradley barkmad...@gmail.comwrote: but CSS type checking might be possible within hamlet. I have often wondered OK haml implemented now what about sass. Michael Snoyman what is

Re: [Haskell-cafe] Re: [web-devel] statically compiled css

2010-08-05 Thread Michael Snoyman
On Thu, Aug 5, 2010 at 3:51 PM, Felipe Lessa felipe.le...@gmail.com wrote: On Thu, Aug 5, 2010 at 9:41 AM, Tim Matthews tim.matthe...@gmail.com wrote: I have often wondered OK haml implemented now what about sass. Michael Snoyman what is your opinions on sass? Would a sass inspired syntax