Skip to content

ramonkeypr/hello_beam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloBEAM

Elixir, Erlang & LFE code all in the same project!

Usage

$ git clone https://github.com/wojtekmach/hello_beam
$ cd hello_beam
$ iex -S mix

iex> HelloElixir.hello
"Hello from Elixir!"

iex> :hello_erlang.hello
'Hello from Erlang!"

iex> :hello_lfe.hello
'Hello from LFE!'

iex> Hello.hello
{"Hello from Elixir!", "Hello from Erlang!", "Hello from LFE!"}

Tests

$ ./test.sh

License

MIT

About

Elixir, Erlang & LFE code all in the same project!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 75.5%
  • Erlang 22.9%
  • Shell 1.6%