Livecoding a FizzBuzz implementation in Elixir Counting Nucleotides with Elixir (a first learner's perspective)

How to link your Java application to Elixir/Erlang

So you are developing an Elixir/Erlang application and you discovered a use case where you need to use so Java code in your app. This, as many other use cases, is easily donable in BEAM.

To connect our Java code with Elixir/Erlang we’ll use JInterface package. Read more http://nsomar.com/p/1571936b-cc83-4233-998d-802fc5098969/