Comparison of tools for the Erlang Platform
This project aims to provide a non-opinionated description and comparison of the diverse tools that exist for the Erlang platform.
This includes, but is not limited to:
Languages | Tools |
---|---|
Erlang Elixir LFE Efene ... |
rebar3 erlang.mk mix ... |
What and where?
Read online in various formats: https://www.gitbook.com/book/dmitriid/comparison-of-tools-for-the-erlang-platform/details
Contribute: https://github.com/dmitriid/comparison-of-tools-for-the-erlang-platform
TOC
- Introduction
- Build tools
- Installation
- Starting from scratch
- Dependencies
- Build/compile
- Environments
- Tests
- Dependencies
- Configuration
- EUnit
- Common Test
- Test coverage
- Releases
- Multi-language builds
- NIFS, Ports, C code
- Existing projects
- From scratch
- Converting between projects
- Code generation
- Dialyzer
- elvis
- Extending functionality
- Overview
- Build
- Tests
- Interoperability
- Other