Hi all,
I'm working on Haml for Lua (
http://github.com/norman/lua-haml), and
am currently about 25% or so done. This would be *extremely* helpful
for me to have right now.
I think ideally it would mostly be just a long list of very simple key
value pairs like:
# simple tag
"%p" = "<p></p>",
# simple tag with css class
"%p.class1" = "<p class='class1'></p>"
that indicate how various inputs are supposed to be rendered. I have a
lot of free time right now - I'm taking a year off to work only on
open source, and Haml for Lua is my first "big" project. So I would be
happy to help develop this.
Regards,
Norman
On Sat, Aug 8, 2009 at 4:52 AM, Nathan Weizenbaum<
nex...@gmail.com> wrote:
> Hi David,
>
> This is the sort of thing that belongs on the haml-dev mailing list
> (
http://groups.google.com/group/haml-dev). Please bring it up there - it's
> an important thing to talk about!
>
> - Nathan
>
> On Fri, Aug 7, 2009 at 5:46 PM, Chris Eppstein <
ch...@eppsteins.net> wrote:
>>
>> I think it would be great if haml provides tests and a language spec.
>> These things are a lot of work, but they pave the way for greater
>> adoption.
>>
>> Hunt & pecked on my iPhone... Sorry if it's brief!
>>
>> On Aug 7, 2009, at 5:15 PM, David Moring <
da...@appliedautonomics.com>
>> wrote:
>>
>> >
>> > Y'all,
>> >
>> > Spent some time working on pHAML, which is a php version of HAML,
>> > updating the code set, developing the unit tests. We have used this
>> > since 2006 in production, no issues, DRY is the way to go.
>> >
>> > So here is my question:
>> >
>> > Is it an idea to develop a cross-language subset of the HAML unit
>> > tests,
>> > something that the community can agree upon as a cross language
>> > standard? So that we agree that if a code set passes all of the
>> > tests,
>> > we can call the library "standard" HAML.
>> >
>> > I have an active proposal to add this port to the Zend Framework, but
>> > would like to get everyone's thoughts before locking stuff in stone.
>> >
>> > Ruby is a great language, but PHP has few followers too.
>> >
>> > Thanks,
>> >
>> > --David
>> >
>> > >
>>
>>
>
>
> >
>