From e007f69c71c137932499b52f6141b5e82cef0a38 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 24 Oct 2010 14:29:47 -0400 Subject: [PATCH] Adding xqjs, CUP, and Congo to the resources section. --- documentation/index.html.erb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index ad79164b..0c229a2b 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -940,6 +940,20 @@ coffee --print app/scripts/*.coffee > concatenation.js — a quick-and-dirty literate-programming-style documentation generator for CoffeeScript. Used to produce the annotated source. +
  • + satyr's CUP + — The CoffeeScript Unofficial Playpen, where the changes to + the latest master can be experimented with. +
  • +
  • + satyr's xqjs + — A Firefox add-on that provides a simple JavaScript console + with the ability to execute CoffeeScripts within the current window. +
  • +
  • + naturalethic's Congo + — An asynchronous MongoDB ORM, for use with Node.js and CoffeeScript. +