Skip to content

Instantly share code, notes, and snippets.

@ricston-git
Created February 11, 2013 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricston-git/4754555 to your computer and use it in GitHub Desktop.
Save ricston-git/4754555 to your computer and use it in GitHub Desktop.
1> c("../src/blog.erl").
{ok,blog}
2> c("../src/hello.erl", [{parse_transform,blog}]).
{ok,hello}
3> hello:send_hello(self()).
About to send:
{hello,<0.32.0>}
4> flush().
Shell got {hello,<0.32.0>}
ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment