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!
- Host: GitHub
- URL: https://github.com/melchisedech333/elixir-erlang-and-basic-math
- Owner: melchisedech333
- License: bsd-3-clause
- Created: 2022-10-29T07:18:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T23:31:38.000Z (about 3 years ago)
- Last Synced: 2025-02-03T10:33:38.402Z (12 months ago)
- Topics: basic-math, elixir, elixir-basic, elixir-lang, erlang, erlang-learning, erlang-otp, math, mathematics, maths
- Language: Elixir
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
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:
