ElixirWeekly #18 – Linking Your Java Application to Elixir/Erlang

Weekly Elixir Community Newsletter, covering community news you easily miss, shared on ElixirStatus and the web, in one email every Thursday.

Similar

Java.util.Dictionary Class

Java.util package provides a Dictionary class which is the abstract parent of any class, such as Hashtable, which maps keys to values. Every key and every value is an object. In any one Dictionary object, every key is associated with at most one value. Gi... (more…)

Read more »