Erlang documentation contains module documentation.
Where can I find Erlang shell documentation? (This is not a module, I suppose.)
This documentation page seems like a starting point. Especially the link in it. Check also the first link in it using the shell man page.
I am using Getting Started with Erlang , chapter 1.2.1. It is about the shell and brings you speed when used, etc.
It may also be useful, as well as this .
I think the Erlang shell is also a module. Take a look at this: Erlang shell
Source: https://habr.com/ru/post/1277228/More articles:Java: tips for handling large amounts of data. (Part Deux) - javajava.lang.String in jndi default context with Apache Geronimo - How? - java-eeBest way to have a C ++ member function called by a C callback? - c ++Combining date date ranges in a SQL query - sqlData Protection and Web 2.0 Web Sites - data-protectionIs there any reason not to take the advice of a consultant on tuning the database kernel? - performanceHow to implement sorting in a list while saving adjacent columns? - c #How to integrate an ASP.NET Model View Presenter (MVP) template and static page methods marked as [WebMethod]? - jsonIf I register an event in C # while sending it, am I sure I wonβt be called again during this sending? - c #What php variable debugging function are you using? var_dump, print_r, var_export, other? - debuggingAll Articles