not a question, just a fun thing with syntax_tools
Bengt Kleberg
eleberg@REDACTED
Wed May 21 10:04:08 CEST 2003
greetings,
i have a erlang pretty printer built upon syntax-tools (by Richard
Carlsson, thank you very much). i just noticed that it will re-write my
ugly code for me.
New = [1|[2|Old]],
will pretty print as
New = [1, 2 | Old],
does this mean i have finally found an argument to support not using
emacs? :-)
and will syntax_tools be able to refactor my functions soon?
bengt
More information about the erlang-questions
mailing list