Skip to content

Instantly share code, notes, and snippets.

@tim-smart
Created March 16, 2010 23:34
Show Gist options
  • Select an option

  • Save tim-smart/334671 to your computer and use it in GitHub Desktop.

Select an option

Save tim-smart/334671 to your computer and use it in GitHub Desktop.
var CoffeeScript = require('/usr/local/lib/coffee-script/lib/coffee-script');
require.registerExtension('.coffee', function(source) {
return CoffeeScript.compile(source);
});
require('zmodule');
sys: require 'sys'
sys.puts sys.inspect Object.getOwnPropertyNames global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment