Skip to content

History

Revisions

  • Updated [HowTo] Compiling and Setting Up Build Tools (markdown)

    @richardTowers richardTowers committed May 17, 2012
    bf84a8f
  • pogoscript, LLJS

    @edtechdev edtechdev committed May 15, 2012
    4dbfa7d
  • Add a note about muffin, the handy helper for cake files.

    @airhorns airhorns committed May 15, 2012
    de731df
  • added LiveScript

    @gkz gkz committed May 15, 2012
    9758b49
  • JsMaker

    @edtechdev edtechdev committed May 12, 2012
    310d40d
  • Updated CoffeeScript In The Wild (markdown)

    @tantaman tantaman committed May 10, 2012
    d900c88
  • doppio

    @edtechdev edtechdev committed May 4, 2012
    3910bcc
  • Added some projects in.

    @scarvell scarvell committed Apr 30, 2012
    8d24170
  • moescript

    @edtechdev edtechdev committed Apr 26, 2012
    f54e9aa
  • js.js

    @edtechdev edtechdev committed Apr 23, 2012
    8ec41d5
  • meemoo

    @edtechdev edtechdev committed Apr 23, 2012
    8e1340d
  • Updated Text editor plugins (markdown)

    @yuguang yuguang committed Apr 17, 2012
    82043c6
  • escodegen

    @edtechdev edtechdev committed Apr 13, 2012
    63d393e
  • Revert cd369e8^ ... cd369e8 on CoffeeScript build tools

    Nami-Doc committed Apr 13, 2012
    96c7e10
  • add new item

    @paulmillr paulmillr committed Apr 13, 2012
    0cbf1fc
  • Added info on Robusta tool

    @nikita-volkov nikita-volkov committed Apr 13, 2012
    cd369e8
  • Updated CoffeeScript In The Wild (markdown)

    @grifotv grifotv committed Apr 11, 2012
    939f004
  • +perlito

    rsimoes committed Apr 8, 2012
    b0c67f2
  • Added js script for compiling a directory of coffeescript files

    @kimptoc kimptoc committed Apr 3, 2012
    9ed5061
  • first stab

    @kimptoc kimptoc committed Apr 3, 2012
    8889377
  • Updated The CoffeeScript Wiki (markdown)

    @kimptoc kimptoc committed Apr 3, 2012
    4ee2fc2
  • simplify the implementation of Class by using an "extend" function.

    @jrus jrus committed Mar 25, 2012
    51dffdf
  • Updated [HowTo] Compiling and Setting Up Build Tools (markdown)

    @hickford hickford committed Mar 24, 2012
    2853100
  • DSLs doesn't need an apostrophe

    @michaelficarra michaelficarra committed Mar 9, 2012
    7237361
  • Added headers for better legibility

    @josher19 josher19 committed Mar 9, 2012
    170bca4
  • `top` is the top-most Browser window. Making it into a local variable could break code when frames are present. Use Global instead.

    @josher19 josher19 committed Mar 9, 2012
    d9686ff
  • On CoffeeScript version 1.2.0, the `implements` function was getting passed (and ignoring) the Cat properties: Class(base, implements(list, props), undefined) rather than Class(base, implements(list), props). Other solution is to redefines implements to more versatile: implements = (list, props...) -> item.prototype or item for item in list.concat(props);

    @josher19 josher19 committed Mar 9, 2012
    d3c9c52
  • Updated [extensibility] writing dsls (markdown)

    @josher19 josher19 committed Mar 9, 2012
    91f2e86
  • Removed ambiguous use of "each" and "reduce" in SELECT example. Now example usage returns @name and @age instead of just @name.

    @josher19 josher19 committed Mar 9, 2012
    bdcc991
  • Updated CoffeeScript In The Wild (markdown)

    @dmotz dmotz committed Mar 8, 2012
    2424d8b