Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 376 Bytes

erlang_learning

repo for erlang learning. a little value for reference.

recommandations

use vscode for code-viewing;

maybe you can use following plugins for vscode:

  • erlang, which offers debugging convinence for rebar3 project;
  • Erlang LS, which offers debugging convinence for erlang.mk project;
  • Erlang Formatter, (maybe) the best formatter for erlang;