Skip to content

Instantly share code, notes, and snippets.

@kevsmith
Created October 15, 2009 01:49
Show Gist options
  • Select an option

  • Save kevsmith/210574 to your computer and use it in GitHub Desktop.

Select an option

Save kevsmith/210574 to your computer and use it in GitHub Desktop.
perdido:xoo-modules ksmith$ xoo
xoo 0.0.1 [V8: 1.3.16 (candidate)]
> xoo.require('file')
true
> xoo.require('www')
true
> www.withURL('http://news.ycombinator.com/', function(data) { file.writeFile('/tmp/index.html', data); })
> xoo.print("Hello, world!")
Hello, world!
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment