Comment on A Python programmer’s first impression of CoffeeScriptparentComments−jashkenas15y $.getJSON url, (response) -> ... # Or, more detailed... $.ajax url: "/query.json" type: "GET" success: (response) -> process response error: -> alert "trouble!"
Comments