Personal tools
Skip to content. | Skip to navigation
The Erlang standard libraries.
Sync is a developer utility. It recompiles and reloads your Erlang code on-the-fly. With Sync, you can code without friction. What does "code without friction" mean? It means that with Sync running, you no longer need to worry about running make, or c:l(Module) again. Just write code, save the file, and watch as Erlang automatically detects your changes, recompiles the code, and reloads the module.
A utility used to handle abstract Erlang syntax trees, reading source files differently, pretty-printing syntax trees.