An open API service indexing awesome lists of open source software.

https://github.com/melchisedech333/elixir-erlang-and-basic-math

:heavy_division_sign: Playing with Elixir/Erlang and basic math!
https://github.com/melchisedech333/elixir-erlang-and-basic-math

basic-math elixir elixir-basic elixir-lang erlang erlang-learning erlang-otp math mathematics maths

Last synced: 10 months ago
JSON representation

:heavy_division_sign: Playing with Elixir/Erlang and basic math!

Awesome Lists containing this project

README

          

# 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](https://github.com/sponsors/melchisedech333) :blue_heart:**


## 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.


:smiley: Author
---

Sponsor: [melchisedech333](https://github.com/sponsors/melchisedech333)

Twitter: [Melchisedech333](https://twitter.com/Melchisedech333)

LinkedIn: [Melchisedech Rex](https://www.linkedin.com/in/melchisedech-rex-724152235/)

Blog: [melchisedech333.github.io](https://melchisedech333.github.io/)


:scroll: License
---

[ BSD-3-Clause license](./license)



## Remember to give me
a beautiful little star :star_struck: