https://github.com/timothyvanderaerden/beam_ping_pong
Simple ping pong processes on "the BEAM" (Elixir, Erlang, Gleam).
https://github.com/timothyvanderaerden/beam_ping_pong
Last synced: 29 days ago
JSON representation
Simple ping pong processes on "the BEAM" (Elixir, Erlang, Gleam).
- Host: GitHub
- URL: https://github.com/timothyvanderaerden/beam_ping_pong
- Owner: timothyvanderaerden
- Created: 2021-08-22T09:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T14:45:50.000Z (over 3 years ago)
- Last Synced: 2025-02-16T14:55:51.177Z (3 months ago)
- Language: Erlang
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BEAM Ping-Pong
Simple ping pong processes on "the BEAM" (Elixir, Erlang, Gleam).
## Elixir
```
cd elixir
mix
```## Erlang
```
cd erlang
rebar3 shell
```