Diving into Emacs
August 3rd, 2009
Since this is the first post, I just want to test the Erlang syntax highlighting enabled in WordPress. It uses SyntaxHighlighter plugin and the Erlang Brush file from Steve Gilham
-module(test).
-export(hello/0).
hello() ->
io:format("Hello Erlang~n").
And you know the expected output. I’ll post more serious examples later … this is just the very first post!