kevsmith (owner)

Revisions

gist: 210574 Download_button fork
public
Public Clone URL: git://gist.github.com/210574.git
Embed All Files: show embed
xoo shell #
1
2
3
4
5
6
7
8
9
10
11
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!
>