Skip to content

melchisedech333/elixir-erlang-and-basic-math

Repository files navigation

Elixir/Erlang and basic math

The purpose of this repository is to help familiarize me with the syntax of the Elixir/Erlang languages. For this I make several simple (but fun) algorithms and codes involving basic math questions.

If my code has helped you, please consider sponsoring me 💙


Erlang

  • .erl - file extension.
  • erl - open interactive shell.
  • halt(). - terminate interactive shell.
  • c(file_name). - compile (shell).
  • erl -compile app.erl; erl -noshell -s app app -s init stop - compile (command), and execute.

Elixir

  • .ex - file extension.
  • iex - open interactive shell.
  • :init.stop - terminate interactive shell.
  • elixir app.ex - compile (command), and execute.

😃 Author

Sponsor: melchisedech333
Twitter: Melchisedech333
LinkedIn: Melchisedech Rex
Blog: melchisedech333.github.io


📜 License

BSD-3-Clause license



Remember to give me
a beautiful little star 🤩