daily notes[43]
文章目录
- erlang notes
- references
erlang notes
erlang is a functional language which used to build massively scalable soft real-time systems.OTP is a group of libiraries which involves distributed database, applications to interface towards other languages, debugging and release handling tools.
Erlang è un linguaggio funzionale
OTP is, in fact, a set of standards and frameworks for building Erlang applications.
references
- https://www.erlang.org/