librelist archives

« back to archive

Coffescript

Coffescript

From:
kracekumar ramaraju
Date:
2011-06-18 @ 15:32
Hello
 I discovered flask a week back.I am really impressed and wanted to use for
small apps in my mind.Same time I discovered  coffee
script<http://jashkenas.github.com/coffee-script/>,I felt this one is
promising,does flask people have any idea to use coffee
script in flask projects or default javascript library .
-- 
winning regards
kracekumar
http://kracekumar.wordpress.com

Re: [flask] Coffescript

From:
Col Wilson
Date:
2011-06-23 @ 16:33
I released an extension to automatically compile .coffee scripts the other
day. You need the binary version of coffee compiler that you can get with
Node.js.

http://pypi.python.org/pypi/Flask-Coffee



On Sat, Jun 18, 2011 at 4:32 PM, kracekumar ramaraju <
kracethekingmaker@gmail.com> wrote:

>
> Hello
>  I discovered flask a week back.I am really impressed and wanted to use for
> small apps in my mind.Same time I discovered  coffee 
script<http://jashkenas.github.com/coffee-script/>,I felt this one is 
promising,does flask people have any idea to use coffee
> script in flask projects or default javascript library .
> --
> winning regards
> kracekumar
> http://kracekumar.wordpress.com
>



-- 
Col Wilson
http://terse-words.blogspot.com/

Re: [flask] Coffescript

From:
Col Wilson
Date:
2011-06-23 @ 16:35
Sorry, the docs are here for what they are.

http://terse-words.blogspot.com/2011/06/flask-coffee-fill-your-flask-with.html

On Thu, Jun 23, 2011 at 5:33 PM, Col Wilson <colwilson@bcs.org> wrote:

> I released an extension to automatically compile .coffee scripts the other
> day. You need the binary version of coffee compiler that you can get with
> Node.js.
>
> http://pypi.python.org/pypi/Flask-Coffee
>
>
>
> On Sat, Jun 18, 2011 at 4:32 PM, kracekumar ramaraju <
> kracethekingmaker@gmail.com> wrote:
>
>>
>> Hello
>>  I discovered flask a week back.I am really impressed and wanted to use
>> for small apps in my mind.Same time I discovered  coffee 
script<http://jashkenas.github.com/coffee-script/>,I felt this one is 
promising,does flask people have any idea to use coffee
>> script in flask projects or default javascript library .
>>  --
>> winning regards
>> kracekumar
>> http://kracekumar.wordpress.com
>>
>
>
>
> --
> Col Wilson
> http://terse-words.blogspot.com/
>



-- 
Col Wilson
http://terse-words.blogspot.com/

Re: [flask] Coffescript

From:
Joe Esposito
Date:
2011-06-23 @ 18:18
Awesome.

On Thu, Jun 23, 2011 at 12:35 PM, Col Wilson <colwilson@bcs.org> wrote:

> Sorry, the docs are here for what they are.
>
>
> http://terse-words.blogspot.com/2011/06/flask-coffee-fill-your-flask-with.html
>
>
> On Thu, Jun 23, 2011 at 5:33 PM, Col Wilson <colwilson@bcs.org> wrote:
>
>> I released an extension to automatically compile .coffee scripts the other
>> day. You need the binary version of coffee compiler that you can get with
>> Node.js.
>>
>> http://pypi.python.org/pypi/Flask-Coffee
>>
>>
>>
>> On Sat, Jun 18, 2011 at 4:32 PM, kracekumar ramaraju <
>> kracethekingmaker@gmail.com> wrote:
>>
>>>
>>> Hello
>>>  I discovered flask a week back.I am really impressed and wanted to use
>>> for small apps in my mind.Same time I discovered  coffee 
script<http://jashkenas.github.com/coffee-script/>,I felt this one is 
promising,does flask people have any idea to use coffee
>>> script in flask projects or default javascript library .
>>>  --
>>> winning regards
>>> kracekumar
>>> http://kracekumar.wordpress.com
>>>
>>
>>
>>
>> --
>> Col Wilson
>> http://terse-words.blogspot.com/
>>
>
>
>
> --
> Col Wilson
> http://terse-words.blogspot.com/
>

Re: [flask] Coffescript

From:
Col Wilson
Date:
2011-06-23 @ 18:44
Not really, it's the same code as flask-lesscss, which I "re-used". That's
why we open source I suppose.

Thanks Steve Losh

On Thu, Jun 23, 2011 at 7:18 PM, Joe Esposito <espo58@gmail.com> wrote:

> Awesome.
>
>
> On Thu, Jun 23, 2011 at 12:35 PM, Col Wilson <colwilson@bcs.org> wrote:
>
>> Sorry, the docs are here for what they are.
>>
>>
>> http://terse-words.blogspot.com/2011/06/flask-coffee-fill-your-flask-with.html
>>
>>
>> On Thu, Jun 23, 2011 at 5:33 PM, Col Wilson <colwilson@bcs.org> wrote:
>>
>>> I released an extension to automatically compile .coffee scripts the
>>> other day. You need the binary version of coffee compiler that you can get
>>> with Node.js.
>>>
>>> http://pypi.python.org/pypi/Flask-Coffee
>>>
>>>
>>>
>>> On Sat, Jun 18, 2011 at 4:32 PM, kracekumar ramaraju <
>>> kracethekingmaker@gmail.com> wrote:
>>>
>>>>
>>>> Hello
>>>>  I discovered flask a week back.I am really impressed and wanted to use
>>>> for small apps in my mind.Same time I discovered  coffee 
script<http://jashkenas.github.com/coffee-script/>,I felt this one is 
promising,does flask people have any idea to use coffee
>>>> script in flask projects or default javascript library .
>>>>  --
>>>> winning regards
>>>> kracekumar
>>>> http://kracekumar.wordpress.com
>>>>
>>>
>>>
>>>
>>> --
>>> Col Wilson
>>> http://terse-words.blogspot.com/
>>>
>>
>>
>>
>> --
>> Col Wilson
>> http://terse-words.blogspot.com/
>>
>
>


-- 
Col Wilson
http://terse-words.blogspot.com/

Re: [flask] Coffescript

From:
Joe Esposito
Date:
2011-06-23 @ 19:08
Sure. By awesome, I mean "thanks." I really like CoffeeScript so I'll
probably use this.

On Thu, Jun 23, 2011 at 2:44 PM, Col Wilson <colwilson@bcs.org> wrote:

> Not really, it's the same code as flask-lesscss, which I "re-used". That's
> why we open source I suppose.
>
> Thanks Steve Losh
>
>
> On Thu, Jun 23, 2011 at 7:18 PM, Joe Esposito <espo58@gmail.com> wrote:
>
>> Awesome.
>>
>>
>> On Thu, Jun 23, 2011 at 12:35 PM, Col Wilson <colwilson@bcs.org> wrote:
>>
>>> Sorry, the docs are here for what they are.
>>>
>>>
>>> http://terse-words.blogspot.com/2011/06/flask-coffee-fill-your-flask-with.html
>>>
>>>
>>> On Thu, Jun 23, 2011 at 5:33 PM, Col Wilson <colwilson@bcs.org> wrote:
>>>
>>>> I released an extension to automatically compile .coffee scripts the
>>>> other day. You need the binary version of coffee compiler that you can get
>>>> with Node.js.
>>>>
>>>> http://pypi.python.org/pypi/Flask-Coffee
>>>>
>>>>
>>>>
>>>> On Sat, Jun 18, 2011 at 4:32 PM, kracekumar ramaraju <
>>>> kracethekingmaker@gmail.com> wrote:
>>>>
>>>>>
>>>>> Hello
>>>>>  I discovered flask a week back.I am really impressed and wanted to use
>>>>> for small apps in my mind.Same time I discovered  coffee 
script<http://jashkenas.github.com/coffee-script/>,I felt this one is 
promising,does flask people have any idea to use coffee
>>>>> script in flask projects or default javascript library .
>>>>>  --
>>>>> winning regards
>>>>> kracekumar
>>>>> http://kracekumar.wordpress.com
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Col Wilson
>>>> http://terse-words.blogspot.com/
>>>>
>>>
>>>
>>>
>>> --
>>> Col Wilson
>>> http://terse-words.blogspot.com/
>>>
>>
>>
>
>
> --
> Col Wilson
> http://terse-words.blogspot.com/
>

Re: [flask] Coffescript

From:
Amirouche Boubekki
Date:
2011-06-23 @ 19:25
>
>  CoffeeScript


Everybody know CoffeScript joke, no need to repeat here.


Amirouche
---
Python and Javascript got drunk then... it happened.

Re: [flask] Coffescript

From:
Thomas Schranz
Date:
2011-06-18 @ 16:01
we use flask in combination with brunch (backbonejs + coffeescript)
hosted on google app engine
and are very happy with this stack.

http://brunchwithcoffee.com/

also maccman wrote a nice little intro book to coffeescript and about
building apps with it (using spine as example instead of backbone).

http://arcturo.com/library/coffeescript/05_applications.html

hth

On Sat, Jun 18, 2011 at 5:32 PM, kracekumar ramaraju
<kracethekingmaker@gmail.com> wrote:
>
> Hello
>  I discovered flask a week back.I am really impressed and wanted to use for
> small apps in my mind.Same time I discovered  coffee script ,I felt this one
> is promising,does flask people have any idea to use coffee script in flask
> projects or default javascript library .
> --
> winning regards
> kracekumar
> http://kracekumar.wordpress.com
>