Hacker News new | ask | show | jobs
by seancribbs 4495 days ago
#!/usr/bin/env escript

main(_) -> io:format("hello, world").

1 comments

Fair enough, but thats not how the books and documentation present erlang. They present it with the shell and c()
Good point. Never thought of that...