Three Ways How To Run Elixir Script
elixir, functional programming
TL;DR In the previous post, we presented how to run pure Erlang functions from Elixir. Today we explain three ways how to run Elixir script. This post is part of…
elixir, functional programming
TL;DR In the previous post, we presented how to run pure Erlang functions from Elixir. Today we explain three ways how to run Elixir script. This post is part of…
TL;DR In the previous post, we added an Elm JSON library. Today we will learn how to use the JSON decoder. This post is part of the functional language series,…
elixir, functional programming
TL;DR In the previous post, we presented how to run modules and functions in runtime. Elixir is integrated with Erlang. Today we present how to run pure Erlang functions from…
elixir, functional programming
TL;DR In the previous post, we presented the most powerful Elixir Feature, Macros. Today we move on to modules and functions in runtime. This post is part of the functional…
TL;DR In the previous post, we have added the Comment feature to our Picshare application. We only displayed the comment input box, and today we are adding a feature for…
elixir, functional programming
TL;DR In the previous post, we presented Elixir operators, where many of them are Elixir Functions. Today we present the most powerful Elixir Feature, Macros. This post is part of the…
elixir, functional programming
TL;DR In the previous post, we presented I/O Lists, the data type for creating data streams for IO devices. Today we move on Elixir operators, where many of them are…
TL;DR In the previous post, we explored refactoring the Picshare application using Type Aliases. Let’s keep refactoring by moving business logic from the Elm view function. This post is part of…
elixir, functional programming
TL;DR In the previous post, we presented what Elixir offers in handling Dates and Time. Today we talk about I/O Lists, the data type for creating data streams for IO…
elm, functional programming, Uncategorized
TL;DR In the previous post, we explored the Elm architecture life cycle by pressing our heart like button. It is time to handle our accumulated technical debt by refactoring the…