Skip to content

Instantly share code, notes, and snippets.

@kevsmith
Created October 15, 2009 19:24
Show Gist options
  • Select an option

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

Select an option

Save kevsmith/211199 to your computer and use it in GitHub Desktop.
perdido:erlang ksmith$ xoo
xoo 0.0.1 [V8: 1.3.16 (candidate)]
> xoo.require('erlang')
true
> xoo.print('Result: ' + erlang.bert.decode(erlang.bert.encode('Hello, world')))
Result: Hello, world
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment